@charset "utf-8";
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
/*html{filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter: grayscale(100%);-o-filter:grayscale(100%);filter:;filter:progid:dximagetransform.microsoft.basicimage(grayscale=1);-webkit-filter:grayscale(1);}*/
body {
margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-column {
display: flex;
flex-direction: column;
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden], template {
display:none
}
.red {
color: red !important;
}
.color-444 {
color: #444 !important;
}
.f12 {
font-size: 12px !important;
}
.f-20 {
font-size: 20px !important;
}
.f-80 {
font-size: 80px !important;
}
.ml5 {
margin-left: 5px !important;
}
.mr5 {
margin-right: 5px !important;
}
.mt0 {
margin-top: 0px !important;
}
.mt15{
margin-top: 15px!important;
}
.mt30 {
margin-top: 30px;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb5 {
margin-bottom: 5px !important;
}
.mb30 {
margin-bottom: 30px;
}
.mb50 {
margin-bottom: 50px;
}
.pt30 {
padding-top: 30px !important;
}
.background-fff {
background-color: #fff;
}
a {
background-color: transparent
}
a:active, a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b, strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
margin: .67em 0;
font-size: 2em
}
mark {
color: #000;
background: #ff0
}
small {
font-size: 80%
}
sub, sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
pre {
overflow: auto
}
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em
}
button, input, optgroup, select, textarea {
margin: 0;
font: inherit;
color: inherit
}
button {
overflow: visible
}
button, select {
text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled], html input[disabled] {
cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
input {
line-height: normal
}
input[type=checkbox], input[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid silver
}
legend {
padding: 0;
border: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-spacing: 0;
border-collapse: collapse
}
td, th {
padding: 0
}
@media print {
*, :after, :before {
color: #000!important;
text-shadow: none!important;
background: 0 0!important;
-webkit-box-shadow: none!important;
box-shadow: none!important
}
a, a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
abbr[title]:after {
content: " (" attr(title) ")"
}
a[href^="javascript:"]:after, a[href^="#"]:after {
content: ""
}
blockquote, pre {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img, tr {
page-break-inside: avoid
}
img {
max-width: 100%!important
}
h2, h3, p {
orphans: 3;
widows: 3
}
h2, h3 {
page-break-after: avoid
}
.navbar {
display: none
}
.btn>.caret, .dropup>.btn>.caret {
border-top-color: #000!important
}
.label {
border: 1px solid #000
}
.table {
border-collapse: collapse!important
}
.table td, .table th {
background-color: #fff!important
}
.table-bordered td, .table-bordered th {
border: 1px solid #ddd!important
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
:after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
font-family: roboto, sans-serif;
font-size: 14px;
line-height: 1.57142857;
color: #76838f;
background-color: #fff
}
button, input, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
a {
color: #ff6f06;
text-decoration: none
}
a:focus, a:hover {
color: #ff9900;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
figure {
margin: 0
}
img {
vertical-align: middle
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
display: block;
max-width: 100%;
height: auto
}
.img-rounded {
border-radius: 4px
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.57142857;
background-color: #fff;
border: 1px solid #e4eaec;
border-radius: 3px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.img-circle {
border-radius: 50%
}
hr {
margin-top: 22px;
margin-bottom: 22px;
border: 0;
border-top: 1px solid #e4eaec
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
[role=button] {
cursor:pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: roboto, sans-serif;
font-weight: 400;
line-height: 1.2;
color: #37474f
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
font-weight: 400;
line-height: 1;
color: #a3afb7
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 22px;
margin-bottom: 11px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
margin-top: 11px;
margin-bottom: 11px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
font-size: 75%
}
.h1, h1 {
font-size: 36px
}
.h2, h2 {
font-size: 30px
}
.h3, h3 {
font-size: 24px
}
.h4, h4 {
font-size: 18px
}
.h5, h5 {
font-size: 14px
}
.h6, h6 {
font-size: 12px
}
p {
margin: 0 0 11px
}
.lead {
margin-bottom: 22px;
font-size: 16px;
font-weight: 300;
line-height: 1.4
}
@media (min-width:768px) {
.lead {
font-size: 21px
}
}
.small, small {
font-size: 85%
}
.mark, mark {
padding: .2em;
background-color: #f2a654
}
.text-muted {
color: #526069
}
.text-primary {
color: #ff6f06
}
a.text-primary:focus, a.text-primary:hover {
color: #358fe4
}
.text-success {
color: #fff
}
a.text-success:focus, a.text-success:hover {
color: #e6e6e6
}
.text-info {
color: #fff
}
a.text-info:focus, a.text-info:hover {
color: #e6e6e6
}
.text-warning {
color: #fff
}
a.text-warning:focus, a.text-warning:hover {
color: #e6e6e6
}
.text-danger {
color: #fff
}
a.text-danger:focus, a.text-danger:hover {
color: #e6e6e6
}
.bg-primary {
color: #fff;
background-color: #ff6f06
}
a.bg-primary:focus, a.bg-primary:hover {
background-color: #358fe4
}
.bg-success {
background-color: #46be8a
}
a.bg-success:focus, a.bg-success:hover {
background-color: #369b6f
}
.bg-info {
background-color: #57c7d4
}
a.bg-info:focus, a.bg-info:hover {
background-color: #33b6c5
}
.bg-warning {
background-color: #f2a654
}
a.bg-warning:focus, a.bg-warning:hover {
background-color: #ee8d25
}
.bg-danger {
background-color: #f96868
}
a.bg-danger:focus, a.bg-danger:hover {
background-color: #f73737
}
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid transparent
}
ol, ul {
margin-top: 0;
margin-bottom: 11px
}
ol ol, ol ul, ul ol, ul ul {
margin-bottom: 0
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none
}
.list-inline>li {
display: inline-block;
padding-right: 5px;
padding-left: 5px
}
dl {
margin-top: 0;
margin-bottom: 22px
}
dd, dt {
line-height: 1.57142857
}
dt {
font-weight: 700
}
dd {
margin-left: 0
}
@media (min-width:768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
}
abbr[data-original-title], abbr[title] {
cursor: help;
border-bottom: 1px dotted #e4eaec
}
.initialism {
font-size: 90%;
text-transform: uppercase
}
blockquote {
padding: 11px 22px;
margin: 0 0 22px;
font-size: 17.5px;
border-left: 5px solid #e4eaec
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
margin-bottom: 0
}
blockquote .small, blockquote footer, blockquote small {
display: block;
font-size: 80%;
line-height: 1.57142857;
color: #a3afb7
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
content: '\2014 \00a0'
}
.blockquote-reverse, blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #e4eaec;
border-left: 0
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
content: '\00a0 \2014'
}
address {
margin-bottom: 22px;
font-style: normal;
line-height: 1.57142857
}
code, kbd, pre, samp {
font-family: menlo, monaco, consolas, "courier new", monospace
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #ff6f06;
border-radius: 2px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
-webkit-box-shadow: none;
box-shadow: none
}
pre {
display: block;
padding: 10.5px;
margin: 0 0 11px;
font-size: 13px;
line-height: 1.57142857;
color: inherit;
word-break: break-all;
word-wrap: break-word;
background-color: #fff;
border: 1px solid #ecf5fc;
border-radius: 3px
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:768px) {
.container {
width: 100%
}
}
@media (min-width:992px) {
.container {
width: 970px
}
}
@media (min-width:1200px) {
.container {
width: 1170px
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
margin-right: -15px;
margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
float: left
}
.col-xs-12 {
width: 100%
}
.col-xs-11 {
width: 91.66666667%
}
.col-xs-10 {
width: 83.33333333%
}
.col-xs-9 {
width: 75%
}
.col-xs-8 {
width: 66.66666667%
}
.col-xs-7 {
width: 58.33333333%
}
.col-xs-6 {
width: 50%
}
.col-xs-5 {
width: 41.66666667%
}
.col-xs-4 {
width: 33.33333333%
}
.col-xs-3 {
width: 25%
}
.col-xs-2 {
width: 16.66666667%
}
.col-xs-1 {
width: 8.33333333%
}
.col-xs-pull-12 {
right: 100%
}
.col-xs-pull-11 {
right: 91.66666667%
}
.col-xs-pull-10 {
right: 83.33333333%
}
.col-xs-pull-9 {
right: 75%
}
.col-xs-pull-8 {
right: 66.66666667%
}
.col-xs-pull-7 {
right: 58.33333333%
}
.col-xs-pull-6 {
right: 50%
}
.col-xs-pull-5 {
right: 41.66666667%
}
.col-xs-pull-4 {
right: 33.33333333%
}
.col-xs-pull-3 {
right: 25%
}
.col-xs-pull-2 {
right: 16.66666667%
}
.col-xs-pull-1 {
right: 8.33333333%
}
.col-xs-pull-0 {
right: auto
}
.col-xs-push-12 {
left: 100%
}
.col-xs-push-11 {
left: 91.66666667%
}
.col-xs-push-10 {
left: 83.33333333%
}
.col-xs-push-9 {
left: 75%
}
.col-xs-push-8 {
left: 66.66666667%
}
.col-xs-push-7 {
left: 58.33333333%
}
.col-xs-push-6 {
left: 50%
}
.col-xs-push-5 {
left: 41.66666667%
}
.col-xs-push-4 {
left: 33.33333333%
}
.col-xs-push-3 {
left: 25%
}
.col-xs-push-2 {
left: 16.66666667%
}
.col-xs-push-1 {
left: 8.33333333%
}
.col-xs-push-0 {
left: auto
}
.col-xs-offset-12 {
margin-left: 100%
}
.col-xs-offset-11 {
margin-left: 91.66666667%
}
.col-xs-offset-10 {
margin-left: 83.33333333%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-8 {
margin-left: 66.66666667%
}
.col-xs-offset-7 {
margin-left: 58.33333333%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-5 {
margin-left: 41.66666667%
}
.col-xs-offset-4 {
margin-left: 33.33333333%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-2 {
margin-left: 16.66666667%
}
.col-xs-offset-1 {
margin-left: 8.33333333%
}
.col-xs-offset-0 {
margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
float: left
}
.col-sm-12 {
width: 100%
}
.col-sm-11 {
width: 91.66666667%
}
.col-sm-10 {
width: 83.33333333%
}
.col-sm-9 {
width: 75%
}
.col-sm-8 {
width: 66.66666667%
}
.col-sm-7 {
width: 58.33333333%
}
.col-sm-6 {
width: 50%
}
.col-sm-5 {
width: 41.66666667%
}
.col-sm-4 {
width: 33.33333333%
}
.col-sm-3 {
width: 25%
}
.col-sm-2 {
width: 16.66666667%
}
.col-sm-1 {
width: 8.33333333%
}
.col-sm-pull-12 {
right: 100%
}
.col-sm-pull-11 {
right: 91.66666667%
}
.col-sm-pull-10 {
right: 83.33333333%
}
.col-sm-pull-9 {
right: 75%
}
.col-sm-pull-8 {
right: 66.66666667%
}
.col-sm-pull-7 {
right: 58.33333333%
}
.col-sm-pull-6 {
right: 50%
}
.col-sm-pull-5 {
right: 41.66666667%
}
.col-sm-pull-4 {
right: 33.33333333%
}
.col-sm-pull-3 {
right: 25%
}
.col-sm-pull-2 {
right: 16.66666667%
}
.col-sm-pull-1 {
right: 8.33333333%
}
.col-sm-pull-0 {
right: auto
}
.col-sm-push-12 {
left: 100%
}
.col-sm-push-11 {
left: 91.66666667%
}
.col-sm-push-10 {
left: 83.33333333%
}
.col-sm-push-9 {
left: 75%
}
.col-sm-push-8 {
left: 66.66666667%
}
.col-sm-push-7 {
left: 58.33333333%
}
.col-sm-push-6 {
left: 50%
}
.col-sm-push-5 {
left: 41.66666667%
}
.col-sm-push-4 {
left: 33.33333333%
}
.col-sm-push-3 {
left: 25%
}
.col-sm-push-2 {
left: 16.66666667%
}
.col-sm-push-1 {
left: 8.33333333%
}
.col-sm-push-0 {
left: auto
}
.col-sm-offset-12 {
margin-left: 100%
}
.col-sm-offset-11 {
margin-left: 91.66666667%
}
.col-sm-offset-10 {
margin-left: 83.33333333%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-8 {
margin-left: 66.66666667%
}
.col-sm-offset-7 {
margin-left: 58.33333333%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-5 {
margin-left: 41.66666667%
}
.col-sm-offset-4 {
margin-left: 33.33333333%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-2 {
margin-left: 16.66666667%
}
.col-sm-offset-1 {
margin-left: 8.33333333%
}
.col-sm-offset-0 {
margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
float: left
}
.col-md-12 {
width: 100%
}
.col-md-11 {
width: 91.66666667%
}
.col-md-10 {
width: 83.33333333%
}
.col-md-9 {
width: 75%
}
.col-md-8 {
width: 66.66666667%
}
.col-md-7 {
width: 58.33333333%
}
.col-md-6 {
width: 50%
}
.col-md-5 {
width: 41.66666667%
}
.col-md-4 {
width: 33.33333333%
}
.col-md-3 {
width: 25%
}
.col-md-2 {
width: 16.66666667%
}
.col-md-1 {
width: 8.33333333%
}
.col-md-pull-12 {
right: 100%
}
.col-md-pull-11 {
right: 91.66666667%
}
.col-md-pull-10 {
right: 83.33333333%
}
.col-md-pull-9 {
right: 75%
}
.col-md-pull-8 {
right: 66.66666667%
}
.col-md-pull-7 {
right: 58.33333333%
}
.col-md-pull-6 {
right: 50%
}
.col-md-pull-5 {
right: 41.66666667%
}
.col-md-pull-4 {
right: 33.33333333%
}
.col-md-pull-3 {
right: 25%
}
.col-md-pull-2 {
right: 16.66666667%
}
.col-md-pull-1 {
right: 8.33333333%
}
.col-md-pull-0 {
right: auto
}
.col-md-push-12 {
left: 100%
}
.col-md-push-11 {
left: 91.66666667%
}
.col-md-push-10 {
left: 83.33333333%
}
.col-md-push-9 {
left: 75%
}
.col-md-push-8 {
left: 66.66666667%
}
.col-md-push-7 {
left: 58.33333333%
}
.col-md-push-6 {
left: 50%
}
.col-md-push-5 {
left: 41.66666667%
}
.col-md-push-4 {
left: 33.33333333%
}
.col-md-push-3 {
left: 25%
}
.col-md-push-2 {
left: 16.66666667%
}
.col-md-push-1 {
left: 8.33333333%
}
.col-md-push-0 {
left: auto
}
.col-md-offset-2 {
margin-left: 16.66666667%
}
.col-md-offset-1 {
margin-left: 8.33333333%
}
.col-md-offset-0 {
margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
float: left
}
}
table {
background-color: transparent
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #526069;
text-align: left
}
th {
text-align: left
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 22px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 8px;
line-height: 1.57142857;
vertical-align: top;
border-top: 1px solid #e4eaec
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #e4eaec
}
.table>caption thead>tr:first-child>td, .table>caption thead>tr:first-child>th, .table>colgroup thead>tr:first-child>td, .table>colgroup thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
border-top: 0
}
.table>tbody tbody {
border-top: 2px solid #e4eaec
}
.table .table {
background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
padding: 5px
}
.table-bordered {
border: 1px solid #e4eaec
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border: 1px solid #e4eaec
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: rgba(243,247,249,.3)
}
.table-hover>tbody>tr:hover {
background-color: #f3f7f9
}
table col[class*=col-] {
position: static;
display: table-column;
float: none
}
table td[class*=col-], table th[class*=col-] {
position: static;
display: table-cell;
float: none
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
background-color: #f3f7f9
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
background-color: #e2ecf1
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
background-color: #46be8a
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
background-color: #3dae7d
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
background-color: #57c7d4
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
background-color: #43c0cf
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
background-color: #f2a654
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
background-color: #f09a3c
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
background-color: #f96868
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
background-color: #f84f4f
}
.table-responsive {
min-height: .01%;
overflow-x: auto
}
@media screen and (max-width:767px) {
.table-responsive {
width: 100%;
margin-bottom: 16.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #e4eaec
}
.table-responsive>.table {
margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
white-space: nowrap
}
.table-responsive>.table-bordered {
border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom: 0
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 22px;
font-size: 21px;
line-height: inherit;
color: inherit;
border: 0;
border-bottom: 1px solid transparent
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700
}
input[type=search] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
margin: 4px 0 0;
margin-top: 1px\9;
line-height: normal
}
input[type=file] {
display: block
}
input[type=range] {
display: block;
width: 100%
}
select[multiple], select[size] {
height: auto
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.57142857;
color: #76838f
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 15px;
font-size: 14px;
line-height: 1.57142857;
color: #76838f;
background-color: #fff;
background-image: none;
border: 1px solid #e4eaec;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
border-color: #ff6f06;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)
}
.form-control.focus, .form-control:focus {
border-color: #ff6f06;
-webkit-box-shadow: none;
box-shadow: none
}
.form-control::-moz-placeholder {
color:#a3afb7;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#a3afb7
}
.form-control::-webkit-input-placeholder {
color:#a3afb7
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #f3f7f9;
opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
cursor: not-allowed
}
textarea.form-control {
height: auto
}
input[type=search] {
-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
line-height: 36px
}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
line-height: 32px
}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
line-height: 46px
}
}
.form-group {
margin-bottom: 20px
}
.checkbox, .radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px
}
.checkbox label, .radio label {
min-height: 22px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
position: absolute;
margin-top: 4px\9;
margin-left: -20px
}
.checkbox .checkbox, .radio .radio {
margin-top: -5px
}
.checkbox-inline, .radio-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
vertical-align: middle;
cursor: pointer
}
.checkbox-inline .checkbox-inline, .radio-inline .radio-inline {
margin-top: 0;
margin-left: 10px
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
cursor: not-allowed
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
cursor: not-allowed
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
cursor: not-allowed
}
.form-control-static {
min-height: 36px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
padding-right: 0;
padding-left: 0
}
.input-sm {
height: 32px;
padding: 6px 13px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px
}
select.input-sm {
height: 32px;
line-height: 32px
}
select[multiple].input-sm, textarea.input-sm {
height: auto
}
select.input-sm {
padding-top: 0;
padding-bottom: 0
}
.input-lg {
height: 46px;
padding: 10px 18px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
select.input-lg {
height: 46px;
line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
height: auto
}
select.input-lg {
padding-top: 0;
padding-bottom: 0
}
.has-feedback {
position: relative
}
.has-feedback .form-control {
padding-right: 45px
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
pointer-events: none
}
.form-group-lg .form-control .form-control-feedback, .input-group-lg .form-control-feedback, .input-lg .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px
}
.form-group-sm .form-control .form-control-feedback, .input-group-sm .form-control-feedback, .input-sm .form-control-feedback {
width: 32px;
height: 32px;
line-height: 32px
}
.has-feedback label~.form-control-feedback {
top: 27px
}
.has-feedback label.sr-only~.form-control-feedback {
top: 0
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #bcc2c8
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0
}
.form-horizontal .checkbox, .form-horizontal .radio {
min-height: 29px
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px
}
@media (min-width:768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px
}
@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px
}
}
@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 7px;
font-size: 12px
}
}
.btn {
display: inline-block;
padding: 6px 15px;
margin-bottom: 0;
font-size: 14px;
font-weight: 300;
line-height: 1.57142857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 3px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
color: #76838f;
text-decoration: none
}
.btn.active, .btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65
}
a.btn.disabled, fieldset[disabled] a.btn {
pointer-events: none
}
.btn-default {
color: #76838f;
background-color: #e4eaec;
border-color: #e4eaec
}
.btn-default.focus, .btn-default:focus {
color: #76838f;
background-color: #c6d3d7;
border-color: #99b0b7
}
.btn-default:hover {
color: #76838f;
background-color: #c6d3d7;
border-color: #c0ced3
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
color: #76838f;
background-color: #c6d3d7;
border-color: #c0ced3
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
color: #76838f;
background-color: #b1c2c8;
border-color: #99b0b7
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
background-image: none
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
background-color: #e4eaec;
border-color: #e4eaec
}
.btn-default .badge {
color: #e4eaec;
background-color: #76838f
}
.btn-primary {
color: #fff;
background-color: #ff6f06;
border-color: #ff6f06
}
.btn-primary.focus, .btn-primary:focus {
color: #fff;
background-color: #ff8800;
border-color: #ff8800
}
.btn-primary:hover {
color: #fff;
background-color: #ff8800;
border-color: #ff8800
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
color: #fff;
background-color: #ff8800;
border-color: #ff8800
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #ff6600;
border-color: #ff6600
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
background-image: none
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
background-color: #ff6f06;
border-color: #ff6f06
}
.btn-primary .badge {
color: #ff6f06;
background-color: #fff
}
.btn-success {
color: #fff;
background-color: #46be8a;
border-color: #46be8a
}
.btn-success.focus, .btn-success:focus {
color: #fff;
background-color: #369b6f;
border-color: #226246
}
.btn-success:hover {
color: #fff;
background-color: #369b6f;
border-color: #34936a
}
.btn-info {
color: #fff;
background-color: #57c7d4;
border-color: #57c7d4
}
.btn-info.focus, .btn-info:focus {
color: #fff;
background-color: #33b6c5;
border-color: #237e89
}
.btn-info:hover {
color: #fff;
background-color: #33b6c5;
border-color: #30afbd
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
color: #fff;
background-color: #33b6c5;
border-color: #30afbd
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
color: #fff;
background-color: #2b9ca9;
border-color: #237e89
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
background-image: none
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
background-color: #57c7d4;
border-color: #57c7d4
}
.btn-info .badge {
color: #57c7d4;
background-color: #fff
}
.btn-warning {
color: #fff;
background-color: #f2a654;
border-color: #f2a654
}
.btn-warning.focus, .btn-warning:focus {
color: #fff;
background-color: #ee8d25;
border-color: #b8660e
}
.btn-warning:hover {
color: #fff;
background-color: #ee8d25;
border-color: #ee881b
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
color: #fff;
background-color: #ee8d25;
border-color: #ee881b
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
color: #fff;
background-color: #de7c11;
border-color: #b8660e
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
background-image: none
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
background-color: #f2a654;
border-color: #f2a654
}
.btn-warning .badge {
color: #f2a654;
background-color: #fff
}
.btn-danger {
color: #fff;
background-color: #f96868;
border-color: #f96868
}
.btn-danger.focus, .btn-danger:focus {
color: #fff;
background-color: #f73737;
border-color: #d90909
}
.btn-danger:hover {
color: #fff;
background-color: #f73737;
border-color: #f72d2d
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
color: #fff;
background-color: #f73737;
border-color: #f72d2d
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
color: #fff;
background-color: #f61515;
border-color: #d90909
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
background-image: none
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
background-color: #f96868;
border-color: #f96868
}
.btn-danger .badge {
color: #f96868;
background-color: #fff
}
.btn-link {
font-weight: 400;
color: #ff6f06;
border-radius: 0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
border-color: transparent
}
.btn-link:focus, .btn-link:hover {
color: #89bceb;
text-decoration: underline;
background-color: transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
color: #a3afb7;
text-decoration: none
}
.btn-group-lg>.btn, .btn-lg {
padding: 10px 18px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
.btn-group-sm>.btn, .btn-sm {
padding: 6px 13px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px
}
.btn-group-xs>.btn, .btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px
}
.btn-block {
display: block;
width: 100%
}
.btn-block .btn-block {
margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
width: 100%
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}
.fade.in {
opacity: 1
}
.collapse {
display: none
}
.collapse.in {
display: block
}
tr.collapse.in {
display: table-row
}
tbody.collapse.in {
display: table-row-group
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility
}
.caret {
display: inline-block;
}
.dropdown, .dropup {
position: relative
}
.dropdown-toggle:focus {
outline: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1200;
display: none;
float: left;
min-width: 136px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid #e4eaec;
border-radius: 3px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right {
right: 0;
left: auto
}
.dropdown-menu .divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e4eaec
}
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.57142857;
color: #76838f;
white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
color: #76838f;
text-decoration: none;
background-color: #f3f7f9
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
color: #76838f;
text-decoration: none;
background-color: #f3f7f9;
outline: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
color: #ccd5db
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter:progid:dximagetransform.microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
display: block
}
.open>a {
outline: 0
}
.dropdown-menu-right {
right: 0;
left: auto
}
.dropdown-menu-left {
right: auto;
left: 0
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.57142857;
color: #37474f;
white-space: nowrap
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1190
}
.pull-right>.dropdown-menu {
right: 0;
left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid\9
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px
}
@media (min-width:768px) {
.navbar-right .dropdown-menu {
right: -36px;
left: auto;
text-align: center;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0
}
}
.btn-toolbar {
margin-left: -5px
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
margin-left: 5px
}
.btn .caret {
margin-left: 0
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.input-group {
position: relative;
display: table;
border-collapse: separate
}
.input-group[class*=col-] {
float: none;
padding-right: 0;
padding-left: 0
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group .form-control:focus {
z-index: 3
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
height: 46px;
padding: 10px 18px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
height: 46px;
line-height: 46px
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
height: auto
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
padding-top: 0;
padding-bottom: 0
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
height: 32px;
padding: 6px 13px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
height: 32px;
line-height: 32px
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
height: auto
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
padding-top: 0;
padding-bottom: 0
}
.input-group .form-control, .input-group-addon, .input-group-btn {
display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
border-radius: 0
}
.input-group-addon, .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle
}
.input-group-addon {
padding: 6px 15px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #76838f;
text-align: center;
background-color: #f3f7f9;
border: 1px solid #e4eaec;
border-radius: 3px
}
.input-group-addon.input-sm {
padding: 6px 13px;
font-size: 12px;
border-radius: 2px
}
.input-group-addon.input-lg {
padding: 10px 18px;
font-size: 18px;
border-radius: 4px
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group-addon:first-child {
border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav>li {
position: relative;
display: block
}
.nav>li>a {
position: relative;
display: block;
padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
text-decoration: none;
}
.nav>li.disabled>a {
color: #a3afb7
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
color: #a3afb7;
text-decoration: none;
cursor: not-allowed;
background-color: transparent
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
border-color: #ff6f06
}
.nav .nav-divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5
}
.nav>li>a>img {
max-width: none
}
.nav-stacked>li {
float: none
}
.nav-stacked>li li {
margin-top: 2px;
margin-left: 0
}
.nav-justified {
width: 100%
}
.nav-justified>li {
float: none
}
.nav-justified>li>a {
margin-bottom: 5px;
text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
@media (min-width:768px) {
.nav-justified>li {
display: table-cell;
width: 1%
}
.nav-justified>li>a {
margin-bottom: 0
}
}
.nav-tabs-justified {
border-bottom: 0
}
.nav-tabs-justified>li>a {
margin-right: 0;
border-radius: 3px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
border: 1px solid #e4eaec
}
@media (min-width:768px) {
.nav-tabs-justified>li>a {
border-bottom: 1px solid #e4eaec;
border-radius: 3px 3px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
border-bottom-color: #fff
}
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.navbar {
position: relative;
margin-bottom: 22px;
border: 1px solid transparent
}
@media (min-width:768px) {
.navbar {
border-radius: 3px
}
}
@media (min-width:768px) {
.navbar-header {
float: left
}
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in {
overflow-y: auto
}
@media (min-width:768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.navbar-collapse.collapse {
display: block!important;
height: auto!important;
padding-bottom: 0;
overflow: visible!important
}
.navbar-collapse.in {
overflow-y: visible
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
padding-right: 0;
padding-left: 0
}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height: 200px
}
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
margin-right: -15px;
margin-left: -15px
}
@media (min-width:768px) {
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
margin-right: 0;
margin-left: 0
}
}
.navbar-static-top {
z-index: 1200;
border-width: 0 0 1px
}
@media (min-width:768px) {
.navbar-static-top {
border-radius: 0
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
right: 0;
left: 0;
z-index: 1500
}
@media (min-width:768px) {
.navbar-fixed-bottom, .navbar-fixed-top {
border-radius: 0
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0
}
.navbar-brand {
float: left;
height: 66px;
padding: 22px 15px;
font-size: 18px;
line-height: 22px
}
.navbar-brand:focus, .navbar-brand:hover {
text-decoration: none
}
.navbar-brand>img {
display: block
}
@media (min-width:768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: -15px
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 16px;
margin-right: 15px;
margin-bottom: 16px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 3px
}
.navbar-toggle:focus {
outline: 0
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.navbar-toggle .icon-bar .icon-bar {
margin-top: 4px
}
@media (min-width:768px) {
.navbar-toggle {
display: none
}
}
.navbar-nav {
margin: 11px -15px
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 22px
}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height: 22px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
background-image: none
}
}
@media (min-width:768px) {
.navbar-nav {
float: left;
margin: 0
}
.navbar-nav>li {
float: left
}
.navbar-nav>li>a {
padding-top: 22px;
padding-bottom: 22px
}
}
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
border: unset;
border-radius: 4px;
-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.navbar-btn {
margin-top: 15px;
margin-bottom: 15px
}
.navbar-btn.btn-sm {
margin-top: 17px;
margin-bottom: 17px
}
.navbar-btn.btn-xs {
margin-top: 22px;
margin-bottom: 22px
}
.navbar-text {
margin-top: 22px;
margin-bottom: 22px
}
@media (min-width:768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px
}
}
@media (min-width:768px) {
.navbar-left {
float: left!important
}
.navbar-right {
float: right;
margin-right: -15px
}
.navbar-right~.navbar-right {
margin-right: 0
}
}
.navbar-default {
background-color: #fff;
border-color: #e4eaec
}
.navbar-default .navbar-brand {
color: #37474f
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
color: #37474f;
background-color: none
}
.navbar-default .navbar-text {
color: #76838f
}
.navbar-default .navbar-nav>li>a {
color: #76838f
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #526069;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
color: #526069;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
color: #ccd5db;
background-color: transparent
}
.navbar-default .navbar-toggle {
border-color: transparent
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #76838f
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #e4eaec
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: #526069;
}
@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #76838f
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #526069;
background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #526069;
background-color: rgba(243,247,249,.6)
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #ccd5db;
background-color: transparent
}
}
.navbar-default .navbar-link {
color: #76838f
}
.navbar-default .navbar-link:hover {
color: #526069
}
.navbar-default .btn-link {
color: #76838f
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
color: #526069
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
color: #ccd5db
}
.breadcrumb {
padding: 0 10px;
margin-bottom: 22px;
list-style: none;
background-color: transparent;
border-radius: 3px
}
.breadcrumb>li {
display: inline-block;
margin-right: 12px;
}
.breadcrumb>li li:before {
padding: 0 5px;
color: #ff6f06;/*content: "/\00a0"*/
}
.breadcrumb>.active {
color: #76838f
}
.pager {
padding-left: 0;
margin: 22px 0;
text-align: center;
list-style: none
}
.pager li {
display: inline
}
.pager li>a, .pager li>span {
display: inline-block;
padding: 5px 14px;
background-color: transparent;
border: 1px solid #e4eaec;
border-radius: 3px
}
.pager li>a:focus, .pager li>a:hover {
text-decoration: none;
background-color: #fff
}
.pager .next>a, .pager .next>span {
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
color: #ccd5db;
cursor: not-allowed;
background-color: transparent
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em
}
a.label:focus, a.label:hover {
color: #fff;
text-decoration: none;
cursor: pointer
}
.label:empty {
display: none
}
.btn .label {
position: relative;
top: -1px
}
.label-default {
background-color: #e4eaec
}
.label-default[href]:focus, .label-default[href]:hover {
background-color: #c6d3d7
}
.label-primary {
background-color: #ff6f06
}
.label-primary[href]:focus, .label-primary[href]:hover {
background-color: #358fe4
}
.label-success {
background-color: #46be8a
}
.label-success[href]:focus, .label-success[href]:hover {
background-color: #369b6f
}
.label-info {
background-color: #57c7d4
}
.label-info[href]:focus, .label-info[href]:hover {
background-color: #33b6c5
}
.label-warning {
background-color: #f2a654
}
.label-warning[href]:focus, .label-warning[href]:hover {
background-color: #ee8d25
}
.label-danger {
background-color: #f96868
}
.label-danger[href]:focus, .label-danger[href]:hover {
background-color: #f73737
}
.alert {
padding: 15px;
margin-bottom: 22px;
border: 1px solid transparent;
border-radius: 3px
}
.alert h4 {
margin-top: 0;
color: inherit
}
.alert .alert-link {
font-weight: 500
}
.alert>p, .alert>ul {
margin-bottom: 0
}
.alert>p p {
margin-top: 5px
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position: 0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position: 0 0
}
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-16by9 {
padding-bottom: 56.25%
}
.embed-responsive-4by3 {
padding-bottom: 75%
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f3f7f9;
border: 1px solid #e4eaec;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0,0,0,.15)
}
.well-lg {
padding: 24px;
border-radius: 4px
}
.well-sm {
padding: 9px;
border-radius: 2px
}
.close {
float: right;
font-size: 21px;
font-weight: 500;
line-height: 1;
color: #000;
text-shadow: none;
filter: alpha(opacity=20);
opacity: .2
}
.close:focus, .close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0
}
.modal-open {
overflow: hidden
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1700;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid transparent;
border-radius: 4px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1600;
background-color: #000
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e4eaec
}
.modal-header .close {
margin-top: -2px
}
.modal-title {
margin: 0;
line-height: 1.57142857
}
.modal-body {
position: relative;
padding: 15px
}
.modal-footer {
padding: 15px;
text-align: right;
}
.modal-footer .btn .btn {
margin-bottom: 0;
margin-left: 5px
}
.modal-footer .btn-group .btn .btn {
margin-left: -1px
}
.modal-footer .btn-block .btn-block {
margin-left: 0
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:768px) {
.modal-dialog {
width: 600px;
margin: 30px auto
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
width: 900px
}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
display: table;
content: " "
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
clear: both
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto
}
.pull-right {
float: right!important
}
.pull-left {
float: left!important
}
.hide {
display: none!important
}
.show {
display: block!important
}
.invisible {
visibility: hidden
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.hidden {
display: none!important
}
.affix {
position: fixed
}
@-ms-viewport {
width:device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
display: none!important
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
display: none!important
}
@media (max-width:767px) {
.visible-xs {
display: block!important
}
table.visible-xs {
display: table!important
}
tr.visible-xs {
display: table-row!important
}
td.visible-xs, th.visible-xs {
display: table-cell!important
}
}
@media (max-width:767px) {
.visible-xs-block {
display: block!important
}
}
@media (max-width:767px) {
.visible-xs-inline {
display: inline!important
}
}
@media (max-width:767px) {
.visible-xs-inline-block {
display: inline-block!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm {
display: block!important
}
table.visible-sm {
display: table!important
}
tr.visible-sm {
display: table-row!important
}
td.visible-sm, th.visible-sm {
display: table-cell!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-block {
display: block!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline {
display: inline!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
display: inline-block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
display: block!important
}
table.visible-md {
display: table!important
}
tr.visible-md {
display: table-row!important
}
td.visible-md, th.visible-md {
display: table-cell!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-block {
display: block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline {
display: inline!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
display: inline-block!important
}
}
@media (min-width:1200px) {
.visible-lg {
display: block!important
}
table.visible-lg {
display: table!important
}
tr.visible-lg {
display: table-row!important
}
td.visible-lg, th.visible-lg {
display: table-cell!important
}
}
@media (min-width:1200px) {
.visible-lg-block {
display: block!important
}
}
@media (min-width:1200px) {
.visible-lg-inline {
display: inline!important
}
}
@media (min-width:1200px) {
.visible-lg-inline-block {
display: inline-block!important
}
}
@media (max-width:767px) {
.hidden-xs {
display: none!important
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
display: none!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
display: none!important
}
}
@media (min-width:1200px) {
.hidden-lg {
display: none!important
}
}
.visible-print {
display: none!important
}
@media print {
.visible-print {
display: block!important
}
table.visible-print {
display: table!important
}
tr.visible-print {
display: table-row!important
}
td.visible-print, th.visible-print {
display: table-cell!important
}
}
.visible-print-block {
display: none!important
}
@media print {
.visible-print-block {
display: block!important
}
}
.visible-print-inline {
display: none!important
}
@media print {
.visible-print-inline {
display: inline!important
}
}
.visible-print-inline-block {
display: none!important
}
@media print {
.visible-print-inline-block {
display: inline-block!important
}
}
@media print {
.hidden-print {
display: none!important
}
}
/*bootstrap-extend.min.css*/
a.text-action {
color: #a3afb7
}
a.text-action, a.text-action:focus, a.text-action:hover {
text-decoration: none
}
a.text-action:focus, a.text-action:hover {
color: #ccd5db
}
a.text-action .icon span {
margin-left: 3px
}
a.text-like {
color: #a3afb7!important
}
a.text-like, a.text-like:focus, a.text-like:hover {
text-decoration: none
}
a.text-like.active, a.text-like:focus, a.text-like:hover {
color: #f96868!important
}
.text-action .text-action {
margin-left: 6px
}
.img-bordered {
padding: 3px;
border: 1px solid #e4eaec
}
.img-bordered-primary {
border-color: #ff6f06!important
}
.img-bordered-purple {
border-color: #7c51d1!important
}
.img-bordered-red {
border-color: #e9595b!important
}
.img-bordered-green {
border-color: #7dd3ae!important
}
.img-bordered-orange {
border-color: #ec9940!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
text-shadow: rgba(0,0,0,.15) 0 0 1px
}
.h1 .icon:first-child, .h2 .icon:first-child, .h3 .icon:first-child, .h4 .icon:first-child, .h5 .icon:first-child, .h6 .icon:first-child, h1 .icon:first-child, h2 .icon:first-child, h3 .icon:first-child, h4 .icon:first-child, h5 .icon:first-child, h6 .icon:first-child {
margin-right: .5em
}
.mark, mark {
color: #fff;
border-radius: 2px
}
.drop-cap {
float: left;
padding: 5px;
margin-right: 5px;
font-family: georgia;
font-size: 60px;
line-height: 50px;
color: #263238
}
.drop-cap-reversed {
color: #fff;
background-color: #263238
}
.list-icons {
padding-left: 10px;
margin-left: 0;
list-style: none
}
.list-icons>li {
margin-top: 6px
}
.list-icons>li:first-child {
margin-top: 0
}
.list-icons>li i {
float: left;
width: 1em;
margin: 0 6px 0 0
}
.text-primary {
color: #ff6f06
}
a.text-primary:focus, a.text-primary:hover {
color: #358fe4
}
.text-success {
color: #46be8a
}
a.text-success:focus, a.text-success:hover {
color: #369b6f
}
.text-info {
color: #57c7d4
}
a.text-info:focus, a.text-info:hover {
color: #33b6c5
}
.text-warning {
color: #f2a654
}
a.text-warning:focus, a.text-warning:hover {
color: #ee8d25
}
.text-danger {
color: #f96868
}
a.text-danger:focus, a.text-danger:hover {
color: #f73737
}
pre code {
border: none
}
.container {
max-width: 100%
}
@media (min-width:1600px) {
.container {
width: 1310px
}
}
@media (min-width:1600px) {
.col-xlg-offset-3 {
margin-left: 25%
}
.col-xlg-offset-2 {
margin-left: 16.66666667%
}
.col-xlg-offset-1 {
margin-left: 8.33333333%
}
}
.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.row.no-space {
margin-right: 0;
margin-left: 0
}
.row.no-space>[class*=col-] {
padding-right:0;
padding-left:0
}
.row-lg {
margin-right: -25px;
margin-left: -25px
}
.row-lg>.col-lg-1, .row-lg>.col-lg-10, .row-lg>.col-lg-11, .row-lg>.col-lg-12, .row-lg>.col-lg-2, .row-lg>.col-lg-3, .row-lg>.col-lg-4, .row-lg>.col-lg-5, .row-lg>.col-lg-6, .row-lg>.col-lg-7, .row-lg>.col-lg-8, .row-lg>.col-lg-9, .row-lg>.col-md-1, .row-lg>.col-md-10, .row-lg>.col-md-11, .row-lg>.col-md-12, .row-lg>.col-md-2, .row-lg>.col-md-3, .row-lg>.col-md-4, .row-lg>.col-md-5, .row-lg>.col-md-6, .row-lg>.col-md-7, .row-lg>.col-md-8, .row-lg>.col-md-9, .row-lg>.col-sm-1, .row-lg>.col-sm-10, .row-lg>.col-sm-11, .row-lg>.col-sm-12, .row-lg>.col-sm-2, .row-lg>.col-sm-3, .row-lg>.col-sm-4, .row-lg>.col-sm-5, .row-lg>.col-sm-6, .row-lg>.col-sm-7, .row-lg>.col-sm-8, .row-lg>.col-sm-9, .row-lg>.col-xlg-1, .row-lg>.col-xlg-10, .row-lg>.col-xlg-11, .row-lg>.col-xlg-12, .row-lg>.col-xlg-2, .row-lg>.col-xlg-3, .row-lg>.col-xlg-4, .row-lg>.col-xlg-5, .row-lg>.col-xlg-6, .row-lg>.col-xlg-7, .row-lg>.col-xlg-8, .row-lg>.col-xlg-9, .row-lg>.col-xs-1, .row-lg>.col-xs-10, .row-lg>.col-xs-11, .row-lg>.col-xs-12, .row-lg>.col-xs-2, .row-lg>.col-xs-3, .row-lg>.col-xs-4, .row-lg>.col-xs-5, .row-lg>.col-xs-6, .row-lg>.col-xs-7, .row-lg>.col-xs-8, .row-lg>.col-xs-9 {
padding-right: 25px;
padding-left: 25px
}
.table {
color: #76838f
}
.table>tfoot>tr>th, .table>thead>tr>th {
font-weight: 400;
color: #526069
}
.table>thead>tr>th {
border-bottom: 1px solid #e4eaec
}
.table>tbody tbody {
border-top: 1px solid #e4eaec
}
.table a {
text-decoration: underline
}
.table td>.checkbox-custom:only-child, .table th>.checkbox-custom:only-child {
margin-top: 0;
margin-bottom: 0;
text-align: center
}
.table .danger, .table .info, .table .success, .table .warning {
color: #fff
}
.table .danger a, .table .info a, .table .success a, .table .warning a {
color: #fff
}
.form-control {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
-o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear
}
.form-control:not(select) {
-webkit-appearance: none
}
.form-group.has-feedback.no-label .form-control-feedback {
top: 0
}
.form-group.has-feedback.left-feedback .form-control-feedback {
right: auto;
left: 0
}
.form-group.has-feedback.left-feedback .form-control {
padding-right: 13px;
padding-left: 50px
}
.form-control.square {
border-radius: 0
}
.form-control.round {
border-radius: 200px
}
textarea.form-control.no-resize {
resize: none
}
.input-group-file input[type=text] {
background-color: #fff
}
.input-group-file .btn-file {
position: relative;
overflow: hidden
}
.input-group-file .btn-file.btn-outline {
border: 1px solid #e4eaec;
border-left: none
}
.input-group-file .btn-file.btn-outline:hover {
border-left: none
}
.input-group-file .btn-file>.icon {
margin: 0 3px
}
.input-group-file .btn-file input[type=file] {
position: absolute;
top: 0;
left: 0;
display: block;
min-width: 100%;
min-height: 100%;
text-align: 0;
cursor: pointer;
opacity: 0
}
.help-block {
margin-top: 7px;
margin-bottom: 8px
}
.help-block>.icon {
margin: 0 5px
}
.input-search-close {
color: #000;
text-shadow: none;
filter: alpha(opacity=20);
opacity: .2
}
.input-search-close.icon {
font-size: inherit;
line-height: inherit
}
.input-search-close:focus, .input-search-close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5
}
button.input-search-close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0
}
.input-search {
position: relative
}
.search_border {
border: 2rpx solid #ff6f06;
}
.input-search .form-control {
border-radius: 200px
}
.input-search .input-search-close, .input-search .input-search-icon {
position: absolute;
top: 50%;
z-index: 1;
width: 36px;
-webkit-transform: translatey(-50%);
-ms-transform: translatey(-50%);
-o-transform: translatey(-50%);
transform: translatey(-50%)
}
.input-search .input-search-close {
right: 8px
}
.input-search .input-search-icon .form-control {
padding-left: 43.5px
}
.input-search .input-search-icon {
left: 8px;
font-size: 16px;
color: #a3afb7;
text-align: center;
pointer-events: none
}
.input-search-btn .form-control {
padding-right: 50px
}
.input-search-btn {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 0 10px;
background: 0 0;
border: none;
border-radius: 0 200px 200px 0
}
.input-search-btn>.icon {
margin: 0 3px
}
.input-search-dark .input-search-icon {
color: #76838f
}
.input-search-dark .form-control {
background: #f3f7f9;
-webkit-box-shadow: none;
box-shadow: none
}
.input-search-dark .form-control:focus {
background-color: transparent
}
.form-inline .form-group {
margin-right: 20px
}
.form-inline .form-group:last-child {
margin-right: 0
}
.form-inline .control-label {
margin-right: 5px
}
@media (max-width:767px) {
.form-inline .form-group {
margin-right: 0
}
}
.btn {
padding: 6px 15px;
font-size: 14px;
line-height: 1.57142857;
border-radius: 3px;
-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
-o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
-webkit-font-smoothing: subpixel-antialiased
}
.btn.active:focus, .btn:active:focus, .btn:focus {
outline: 0
}
.btn.active, .btn:active {
-webkit-box-shadow: none;
box-shadow: none
}
.btn .icon {
width: 1em;
margin: -1px 3px 0;
line-height: inherit;
text-align: center
}
.btn-block {
white-space: normal
}
.btn-lg {
padding: 10px 18px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
.btn-sm {
padding: 6px 13px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px
}
.btn-squared {
border-radius: 50px;
}
.btn-round {
border-radius: 1000px
}
.btn-dark {
color: #fff;
background-color: #526069;
border-color: #526069
}
.btn-dark.focus, .btn-dark:focus {
color: #fff;
background-color: #3c464c;
border-color: #1a1f21
}
.btn-dark:hover {
color: #fff;
background-color: #3c464c;
border-color: #374147
}
.btn-dark.active, .btn-dark:active, .open>.dropdown-toggle.btn-dark {
color: #fff;
background-color: #3c464c;
border-color: #374147
}
.btn-dark.active.focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark:active.focus, .btn-dark:active:focus, .btn-dark:active:hover, .open>.dropdown-toggle.btn-dark.focus, .open>.dropdown-toggle.btn-dark:focus, .open>.dropdown-toggle.btn-dark:hover {
color: #fff;
background-color: #2c3338;
border-color: #1a1f21
}
.btn-dark.active, .btn-dark:active, .open>.dropdown-toggle.btn-dark {
background-image: none
}
.btn-dark.disabled.focus, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled].focus, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover {
background-color: #526069;
border-color: #526069
}
.btn-dark .badge {
color: #526069;
background-color: #fff
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
background-color: #76838f;
border-color: #76838f
}
.btn-dark.active, .btn-dark:active, .open>.dropdown-toggle.btn-dark {
background-color: #37474f;
border-color: #37474f
}
.btn-dark.active.focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark:active.focus, .btn-dark:active:focus, .btn-dark:active:hover, .open>.dropdown-toggle.btn-dark.focus, .open>.dropdown-toggle.btn-dark:focus, .open>.dropdown-toggle.btn-dark:hover {
background-color: #37474f;
border-color: #37474f
}
.btn-dark.disabled, .btn-dark.disabled.active, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled], .btn-dark[disabled].active, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark.active, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover {
color: #fff;
background-color: #a3afb7;
border-color: #a3afb7
}
.btn-dark.btn-up:before {
border-bottom-color: #526069
}
.btn-dark.btn-up:focus:before, .btn-dark.btn-up:hover:before {
border-bottom-color: #76838f
}
.btn-dark.btn-up.active:before, .btn-dark.btn-up:active:before, .open>.dropdown-toggle.btn-dark.btn-up:before {
border-bottom-color: #37474f
}
.btn-dark.btn-right:before {
border-left-color: #526069
}
.btn-dark.btn-right:focus:before, .btn-dark.btn-right:hover:before {
border-left-color: #76838f
}
.btn-dark.btn-right.active:before, .btn-dark.btn-right:active:before, .open>.dropdown-toggle.btn-dark.btn-right:before {
border-left-color: #37474f
}
.btn-dark.btn-bottom:before {
border-top-color: #526069
}
.btn-dark.btn-bottom:focus:before, .btn-dark.btn-bottom:hover:before {
border-top-color: #76838f
}
.btn-dark.btn-bottom.active:before, .btn-dark.btn-bottom:active:before, .open>.dropdown-toggle.btn-dark.btn-bottom:before {
border-top-color: #37474f
}
.btn-dark.btn-left:before {
border-right-color: #526069
}
.btn-dark.btn-left:focus:before, .btn-dark.btn-left:hover:before {
border-right-color: #76838f
}
.btn-dark.btn-left.active:before, .btn-dark.btn-left:active:before, .open>.dropdown-toggle.btn-dark.btn-left:before {
border-right-color: #37474f
}
.btn-dark:focus, .btn-dark:hover {
color: #fff
}
.btn-dark.active, .btn-dark:active, .open>.dropdown-toggle.btn-dark {
color: #fff
}
.btn-icon, .btn.icon {
padding: 10px;
line-height: 1em
}
.btn-icon.btn-xs, .btn.icon.btn-xs {
padding: 4px;
font-size: 12px
}
.btn-icon.btn-sm, .btn.icon.btn-sm {
padding: 8px;
font-size: 14px
}
.btn-icon.btn-lg, .btn.icon.btn-lg {
padding: 12px;
font-size: 20px
}
.btn-icon.disabled, .btn.icon.disabled {
color: #a3afb7
}
.btn-icon .icon {
margin: -1px 0 0
}
.btn-raised {
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.18), 0 2px 4px rgba(0,0,0,.21);
box-shadow: 0 0 2px rgba(0,0,0,.18), 0 2px 4px rgba(0,0,0,.21);
-webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
-o-transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1);
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1)
}
.btn-raised.active, .btn-raised:active, .btn-raised:hover, .open>.dropdown-toggle.btn-raised {
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15), 0 3px 6px rgba(0,0,0,.2);
box-shadow: 0 0 3px rgba(0,0,0,.15), 0 3px 6px rgba(0,0,0,.2)
}
.btn-raised.disabled, .btn-raised[disabled], fieldset[disabled] .btn-raised {
-webkit-box-shadow: none;
box-shadow: none
}
.btn-animate {
position: relative;
overflow: hidden
}
.btn-animate span {
display: block;
width: 100%;
height: 100%;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0)
}
.btn-animate-side {
padding: 8px 28px
}
.btn-animate-side span {
-webkit-transition: -webkit-transform .2s ease-out 0s;
-o-transition: -o-transform .2s ease-out 0s;
transition: transform .2s ease-out 0s
}
.btn-animate-side span>.icon {
position: absolute;
top: 50%;
left: 0;
display: block;
opacity: 0;
-webkit-transition: opacity .2s ease-out 0s;
-o-transition: opacity .2s ease-out 0s;
transition: opacity .2s ease-out 0s;
-webkit-transform: translate(-20px, -50%);
-ms-transform: translate(-20px, -50%);
-o-transform: translate(-20px, -50%);
transform: translate(-20px, -50%)
}
.btn-animate-side:hover span {
-webkit-transform: translate(10px, 0);
-ms-transform: translate(10px, 0);
-o-transform: translate(10px, 0);
transform: translate(10px, 0)
}
.btn-animate-side:hover span>.icon {
opacity: 1
}
.btn-animate-side.btn-xs {
padding: 3px 14px
}
.btn-animate-side.btn-xs span>.icon {
left: 5px
}
.btn-animate-side.btn-xs:hover span {
-webkit-transform: translate(8px, 0);
-ms-transform: translate(8px, 0);
-o-transform: translate(8px, 0);
transform: translate(8px, 0)
}
.btn-animate-side.btn-sm {
padding: 6px 22px
}
.btn-animate-side.btn-sm span>.icon {
left: 3px
}
.btn-animate-side.btn-sm:hover span {
-webkit-transform: translate(8px, 0);
-ms-transform: translate(8px, 0);
-o-transform: translate(8px, 0);
transform: translate(8px, 0)
}
.btn-animate-side.btn-lg {
padding: 10px 33px
}
.btn-animate-side.btn-lg span>.icon {
left: -6px
}
.btn-animate-side.btn-lg:hover span {
-webkit-transform: translate(14px, 0);
-ms-transform: translate(14px, 0);
-o-transform: translate(14px, 0);
transform: translate(14px, 0)
}
.btn-labeled {
padding: 0;
padding-right: 8px
}
.btn-labeled .btn-label {
padding: 6px 8px;
margin-right: 5px
}
.btn-labeled.btn-xs {
padding-right: 5px
}
.btn-labeled.btn-xs .btn-label {
padding: 1px 4px;
margin-right: 2px
}
.btn-labeled.btn-sm {
padding-right: 13px
}
.btn-labeled.btn-sm .btn-label {
padding: 6px 6px;
margin-right: 10px
}
.btn-labeled.btn-lg {
padding-right: 14px
}
.btn-labeled.btn-lg .btn-label {
padding: 10px 14px;
margin-right: 11px
}
.btn-labeled.btn-block {
text-align: left
}
.btn-label {
display: inline-block;
background-color: rgba(0,0,0,.15);
border-radius: 3px 0 0 3px
}
.btn-pill-left {
border-radius: 500px 0 0 500px
}
.btn-pill-right {
border-radius: 0 500px 500px 0
}
.btn-direction {
position: relative
}
.btn-direction:before {
position: absolute;
line-height: 0;
content: '';
border: 8px solid transparent
}
.btn-up:before {
top: -16px;
left: 50%;
margin-left: -8px;
border-bottom-color: #e4eaec
}
.btn-right:before {
top: 50%;
right: -16px;
margin-top: -8px;
border-left-color: #e4eaec
}
.btn-bottom:before {
bottom: -16px;
left: 50%;
margin-left: -8px;
border-top-color: #e4eaec
}
.btn-left:before {
top: 50%;
left: -16px;
margin-top: -8px;
border-right-color: #e4eaec
}
.caret {
-webkit-transition: .25s;
-o-transition: .25s;
transition: .25s;
-webkit-transform: scale(1.001);
-ms-transform: scale(1.001);
-o-transform: scale(1.001);
transform: scale(1.001)
}
.btn-group .btn .dropdown-toggle .caret {
margin-left: 0
}
.dropdown-toggle.btn .caret {
margin-left: .3em
}
.dropdown-toggle.btn.btn-xs .caret {
margin-left: 0
}
.btn-group>.btn .dropdown-toggle {
padding-right: .8em;
padding-left: .8em
}
.dropdown-menu {
margin-top: 5px;
-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);
box-shadow: 0 3px 12px rgba(0,0,0,.05);
-webkit-transition: .25s;
-o-transition: .25s;
transition: .25s
}
.dropdown-menu .divider {
margin: 6px 0
}
.dropdown-menu>li {
padding: 0 5px;
margin: 2px 0
}
.dropdown-menu>li>a {
padding: 8px 15px;
border-radius: 3px;
-webkit-transition: background-color .25s;
-o-transition: background-color .25s;
transition: background-color .25s
}
.dropdown-menu li .icon:first-child, .dropdown-menu li>a .icon:first-child {
width: 1em;
margin-right: .5em;
text-align: center
}
.dropdown-menu.bullet {
margin-top: 12px
}
.dropdown-menu.bullet:after, .dropdown-menu.bullet:before, div.dropdown-menu:before {
position: absolute;
left: 10px;
display: inline-block;
width: 0;
height: 0;
content: '';
border: 7px solid transparent;
border-top-width: 0
}
.dropdown-menu.bullet:before, div.dropdown-menu:before {
top: -7px;
border-bottom-color: #eaeaea;
}
.dropdown-menu.bullet:after, div.dropdown-menu:after {
top: -6px;
border-bottom-color: #fff;
}
.dropdown-menu-right.bullet:after, .dropdown-menu-right.bullet:before {
right: 60px;
left: auto
}
.dropdown-menu.animate {
overflow: hidden
}
.dropdown-menu.animate>li {
-webkit-animation-name: slide-left;
-o-animation-name: slide-left;
animation-name: slide-left;
-webkit-animation-duration: .5s;
-o-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both
}
.dropdown-menu.animate>li:nth-child(1) {
-webkit-animation-delay: .02s;
-o-animation-delay: .02s;
animation-delay: .02s
}
.dropdown-menu.animate>li:nth-child(2) {
-webkit-animation-delay: .04s;
-o-animation-delay: .04s;
animation-delay: .04s
}
.dropdown-menu.animate>li:nth-child(3) {
-webkit-animation-delay: .06s;
-o-animation-delay: .06s;
animation-delay: .06s
}
.dropdown-menu.animate>li:nth-child(4) {
-webkit-animation-delay: .08s;
-o-animation-delay: .08s;
animation-delay: .08s
}
.dropdown-menu.animate>li:nth-child(5) {
-webkit-animation-delay: .1s;
-o-animation-delay: .1s;
animation-delay: .1s
}
.dropdown-menu.animate>li:nth-child(6) {
-webkit-animation-delay: .12s;
-o-animation-delay: .12s;
animation-delay: .12s
}
.dropdown-menu.animate>li:nth-child(7) {
-webkit-animation-delay: .14s;
-o-animation-delay: .14s;
animation-delay: .14s
}
.dropdown-menu.animate>li:nth-child(8) {
-webkit-animation-delay: .16s;
-o-animation-delay: .16s;
animation-delay: .16s
}
.dropdown-menu.animate>li:nth-child(9) {
-webkit-animation-delay: .18s;
-o-animation-delay: .18s;
animation-delay: .18s
}
.dropdown-menu.animate>li:nth-child(10) {
-webkit-animation-delay: .2s;
-o-animation-delay: .2s;
animation-delay: .2s
}
.dropdown-menu.animate>li.divider {
-webkit-animation-name: none;
-o-animation-name: none;
animation-name: none
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(1) {
-webkit-animation-delay: .02s;
-o-animation-delay: .02s;
animation-delay: .02s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(2) {
-webkit-animation-delay: .04s;
-o-animation-delay: .04s;
animation-delay: .04s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(3) {
-webkit-animation-delay: .06s;
-o-animation-delay: .06s;
animation-delay: .06s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(4) {
-webkit-animation-delay: .08s;
-o-animation-delay: .08s;
animation-delay: .08s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(5) {
-webkit-animation-delay: .1s;
-o-animation-delay: .1s;
animation-delay: .1s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(6) {
-webkit-animation-delay: .12s;
-o-animation-delay: .12s;
animation-delay: .12s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(7) {
-webkit-animation-delay: .14s;
-o-animation-delay: .14s;
animation-delay: .14s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(8) {
-webkit-animation-delay: .16s;
-o-animation-delay: .16s;
animation-delay: .16s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(9) {
-webkit-animation-delay: .18s;
-o-animation-delay: .18s;
animation-delay: .18s
}
.dropdown-menu.animate.animate-reverse>li:nth-last-child(10) {
-webkit-animation-delay: .2s;
-o-animation-delay: .2s;
animation-delay: .2s
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
margin-bottom: 6px;
-webkit-box-shadow: 0 -3px 12px rgba(0,0,0,.05);
box-shadow: 0 -3px 12px rgba(0,0,0,.05)
}
.dropup .dropdown-menu.bullet, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet {
margin-bottom: 12px
}
.dropup .dropdown-menu.bullet:after, .dropup .dropdown-menu.bullet:before, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
top: auto;
border-top-width: 7px;
border-bottom-width: 0
}
.dropup .dropdown-menu.bullet:before, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
bottom: -7px;
border-top-color: #e4eaec
}
.dropup .dropdown-menu.bullet:after, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after {
bottom: -6px;
border-top-color: #fff
}
.dropdown-menu>.dropdown-header {
padding: 8px 20px 6px;
font-size: 14px;
font-weight: 500;
cursor: default
}
.dropdown-menu-primary>.active>a, .dropdown-menu-primary>.active>a:focus, .dropdown-menu-primary>.active>a:hover {
color: #fff;
background-color: #ff6f06
}
.dropdown-menu-success>.active>a, .dropdown-menu-success>.active>a:focus, .dropdown-menu-success>.active>a:hover {
color: #fff;
background-color: #46be8a
}
.dropdown-menu-info>.active>a, .dropdown-menu-info>.active>a:focus, .dropdown-menu-info>.active>a:hover {
color: #fff;
background-color: #57c7d4
}
.dropdown-menu-warning>.active>a, .dropdown-menu-warning>.active>a:focus, .dropdown-menu-warning>.active>a:hover {
color: #fff;
background-color: #f2a654
}
.dropdown-menu-danger>.active>a, .dropdown-menu-danger>.active>a:focus, .dropdown-menu-danger>.active>a:hover {
color: #fff;
background-color: #f96868
}
.dropdown-menu-dark>.active>a, .dropdown-menu-dark>.active>a:focus, .dropdown-menu-dark>.active>a:hover {
color: #fff;
background-color: #526069
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
box-shadow: inset 0 1px 3px rgba(0,0,0,.05)
}
.btn-group:focus .dropdown-toggle {
-webkit-transition: .25s;
-o-transition: .25s;
transition: .25s
}
.input-group-addon {
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
-o-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear
}
.input-group-btn .btn {
padding: 6px 10px
}
.input-group-btn .btn>.icon {
vertical-align: bottom
}
.input-group-btn .dropdown-toggle.btn .caret {
margin-left: 2px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
z-index: 1
}
.nav>li>a {
overflow: hidden
}
.nav>li>a:focus {
outline: 0
}
.nav>li>a .close {
display: inline-block;
margin-left: 10px
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
border-color: transparent
}
.nav-pills>li>a {
-webkit-transition: border .2s linear, color .2s linear, background-color .2s linear;
-o-transition: border .2s linear, color .2s linear, background-color .2s linear;
transition: border .2s linear, color .2s linear, background-color .2s linear
}
.nav-pills-rounded>li>a {
padding-right: 20px;
padding-left: 20px;
margin-right: 5px;
margin-left: 5px;
border-radius: 1000px
}
.navbar-toggle {
height: 66px;
padding: 22px 15px;
margin-top: 16px;
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 0;
line-height: 22px;
background: 0 0!important;
-webkit-transition: color .25s linear;
-o-transition: color .25s linear;
transition: color .25s linear
}
.navbar-toggle .icon {
margin-top: -1px
}
.navbar-toggle:hover {
background: 0 0!important
}
.navbar-toggle-left {
float: left;
margin-right: 0;
margin-left: 15px
}
.navbar {
border: none;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
box-shadow: 0 2px 4px rgba(0,0,0,.08)
}
.navbar-fixed-bottom, .navbar-fixed-top {
width: 100%
}
@media (min-width:768px) {
.hidden-float {
display: block
}
}
@media (max-width:767px) {
.hidden-float {
display: none!important
}
}
.navbar-brand {
padding: 22px 20px;
font-weight: 500
}
.navbar-brand>.navbar-brand-logo {
display: inline-block
}
.navbar-brand-logo {
height: 32px;
margin-top: -5px
}
.navbar-brand-text {
margin-left: 6px
}
@media (max-width:767px) {
.navbar-brand-center {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0)
}
}
.navbar-nav>li>a.navbar-avatar, .navbar-toolbar>li>a.navbar-avatar {
padding-top: 18px;
padding-bottom: 18px
}
@media (max-width:767px) {
.navbar-nav>li>a.navbar-avatar {
padding-top: 6px;
padding-bottom: 6px
}
}
.navbar-avatar .avatar {
width: 30px
}
.navbar-form .icon {
font-size: 16px;
color: rgba(55,71,79,.4)
}
.navbar-form .form-control {
background-color: #f3f7f9;
border: none;
border-radius: 38px
}
.navbar-collapse-toolbar.in {
overflow-y: visible
}
.navbar-toolbar {
float: left
}
.icon-fullscreen {
font-family: "web icons"
}
.icon-fullscreen:before {
content: "\f11d"
}
.icon-fullscreen.active:before {
content: "\f11e"
}
.icon-menubar {
font-family: "web icons"
}
.icon-menubar:before {
content: "\f119"
}
.icon-menubar.active:before {
content: "\f119"
}
.navbar-default .navbar-toolbar>li>a {
color: #76838f
}
.navbar-default .navbar-toolbar>li>a:focus, .navbar-default .navbar-toolbar>li>a:hover {
color: #526069;
background-color: rgba(243,247,249,.3)
}
.navbar-default .navbar-toolbar>.active>a, .navbar-default .navbar-toolbar>.active>a:focus, .navbar-default .navbar-toolbar>.active>a:hover {
color: #526069;
}
.navbar-default .navbar-toolbar>.disabled>a, .navbar-default .navbar-toolbar>.disabled>a:focus, .navbar-default .navbar-toolbar>.disabled>a:hover {
color: #ccd5db;
background-color: transparent
}
.navbar-default .navbar-toggle {
color: #76838f
}
.navbar-default .navbar-toolbar>.open>a, .navbar-default .navbar-toolbar>.open>a:focus, .navbar-default .navbar-toolbar>.open>a:hover {
color: #526069;
}
.pager li>a, .pager li>span {
padding: 10px 20px;
color: #76838f;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease
}
.pager li>a:focus, .pager li>a:hover {
color: #ff6f06
}
.pager li .icon {
margin-top: -1px
}
.pager li>a:focus, .pager li>a:hover {
border-color: #ff6f06
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
border-color: #e4eaec
}
.pager-round li>a, .pager-round li>span {
border-radius: 1000px
}
.label {
padding: .25em .6em .25em;
font-weight: 300;
border-radius: .3em
}
.label.label-outline {
color: #f3f7f9;
background-color: transparent;
border-color: #f3f7f9
}
.thumbnail {
padding: 0;
border: none;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out
}
.thumbnail .caption {
position: relative;
display: block;
padding-right: 0;
padding-left: 0
}
.alert {
padding-right: 20px;
padding-left: 20px
}
.alert ul {
padding-left: 13px
}
.alert ul li {
padding-left: 7px
}
.panel>.alert {
margin: 0
}
.page-alert .alert-wrap {
max-height: 0;
padding: 0;
margin: 0;
overflow: hidden;
-webkit-transition: max-height .7s linear 0s;
-o-transition: max-height .7s linear 0s;
transition: max-height .7s linear 0s
}
.page-alert .alert-wrap.in {
max-height: 500px;
-webkit-transition: max-height 1s linear 0s;
-o-transition: max-height 1s linear 0s;
transition: max-height 1s linear 0s
}
.page-alert .alert-wrap .alert {
margin: 0;
text-align: left;
border-radius: 0
}
.alert-primary {
color: #ff6f06;
background-color: rgba(232,241,248,.8);
border-color: #e8f1f8
}
.alert-primary hr {
border-top-color: #d4e5f2
}
.alert-primary .alert-link {
color: #358fe4
}
.alert-primary .close {
color: #ff6f06
}
.alert-primary .close:focus, .alert-primary .close:hover {
color: #ff6f06
}
.alert-primary .alert-link {
color: #4e97d9
}
.alert-alt.alert-primary {
border-color: #ff6f06
}
.alert-alt.alert-primary .alert-link, .alert-alt.alert-primary a {
color: #ff6f06
}
.panel {
position: relative;
margin-bottom: 30px;
border-width: 0
}
.panel>.nav-tabs-vertical .nav-tabs {
margin-left: -1px
}
.panel>.nav-tabs-vertical .nav-tabs>li>a {
border-left: none;
border-radius: 0
}
.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
margin-right: -1px
}
.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse>li>a {
border-right: none;
border-radius: 0
}
.panel:hover .panel-actions .show-on-hover {
display: inline-block
}
.panel .panel-actions .show-on-hover {
display: none
}
.panel.is-fullscreen {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 9999;
width: 100%;
margin-bottom: 0;
border-radius: 0
}
.panel.is-fullscreen .panel-loading {
border-radius: 0
}
.panel.is-fullscreen .panel-actions [data-toggle=collapse] {
display: none
}
.panel.is-fullscreen .panel-body {
max-height: 100%;
overflow: auto
}
.panel.is-close {
display: none
}
.panel.is-collapse .panel-body {
display: none;
height: 0
}
.panel>.alert {
padding-right: 30px;
padding-left: 30px
}
.panel>.alert-dismissible {
padding-right: 50px
}
@media screen and (max-width:480px) {
.panel>.alert {
padding-right: 20px;
padding-left: 20px
}
.panel>.alert-dismissible {
padding-right: 40px
}
}
.panel>.table-responsive>.table>tbody>tr>td:first-child, .panel>.table-responsive>.table>tbody>tr>th:first-child, .panel>.table-responsive>.table>tfoot>tr>td:first-child, .panel>.table-responsive>.table>tfoot>tr>th:first-child, .panel>.table-responsive>.table>thead>tr>td:first-child, .panel>.table-responsive>.table>thead>tr>th:first-child, .panel>.table-responsive>.table>tr>td:first-child, .panel>.table-responsive>.table>tr>th:first-child, .panel>.table>tbody>tr>td:first-child, .panel>.table>tbody>tr>th:first-child, .panel>.table>tfoot>tr>td:first-child, .panel>.table>tfoot>tr>th:first-child, .panel>.table>thead>tr>td:first-child, .panel>.table>thead>tr>th:first-child, .panel>.table>tr>td:first-child, .panel>.table>tr>th:first-child {
padding-left: 30px
}
@media screen and (max-width:480px) {
.panel>.table-responsive>.table>tbody>tr>td:first-child, .panel>.table-responsive>.table>tbody>tr>th:first-child, .panel>.table-responsive>.table>tfoot>tr>td:first-child, .panel>.table-responsive>.table>tfoot>tr>th:first-child, .panel>.table-responsive>.table>thead>tr>td:first-child, .panel>.table-responsive>.table>thead>tr>th:first-child, .panel>.table-responsive>.table>tr>td:first-child, .panel>.table-responsive>.table>tr>th:first-child, .panel>.table>tbody>tr>td:first-child, .panel>.table>tbody>tr>th:first-child, .panel>.table>tfoot>tr>td:first-child, .panel>.table>tfoot>tr>th:first-child, .panel>.table>thead>tr>td:first-child, .panel>.table>thead>tr>th:first-child, .panel>.table>tr>td:first-child, .panel>.table>tr>th:first-child {
padding-left: 20px
}
}
.panel>.table-responsive>.table>tbody>tr>td:last-child, .panel>.table-responsive>.table>tbody>tr>th:last-child, .panel>.table-responsive>.table>tfoot>tr>td:last-child, .panel>.table-responsive>.table>tfoot>tr>th:last-child, .panel>.table-responsive>.table>thead>tr>td:last-child, .panel>.table-responsive>.table>thead>tr>th:last-child, .panel>.table-responsive>.table>tr>td:last-child, .panel>.table-responsive>.table>tr>th:last-child, .panel>.table>tbody>tr>td:last-child, .panel>.table>tbody>tr>th:last-child, .panel>.table>tfoot>tr>td:last-child, .panel>.table>tfoot>tr>th:last-child, .panel>.table>thead>tr>td:last-child, .panel>.table>thead>tr>th:last-child, .panel>.table>tr>td:last-child, .panel>.table>tr>th:last-child {
padding-right: 30px
}
@media screen and (max-width:480px) {
.panel>.table-responsive>.table>tbody>tr>td:last-child, .panel>.table-responsive>.table>tbody>tr>th:last-child, .panel>.table-responsive>.table>tfoot>tr>td:last-child, .panel>.table-responsive>.table>tfoot>tr>th:last-child, .panel>.table-responsive>.table>thead>tr>td:last-child, .panel>.table-responsive>.table>thead>tr>th:last-child, .panel>.table-responsive>.table>tr>td:last-child, .panel>.table-responsive>.table>tr>th:last-child, .panel>.table>tbody>tr>td:last-child, .panel>.table>tbody>tr>th:last-child, .panel>.table>tfoot>tr>td:last-child, .panel>.table>tfoot>tr>th:last-child, .panel>.table>thead>tr>td:last-child, .panel>.table>thead>tr>th:last-child, .panel>.table>tr>td:last-child, .panel>.table>tr>th:last-child {
padding-right: 20px
}
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
border-top: 1px solid #e4eaec
}
.panel>.list-group>.list-group-item {
padding-right: 30px;
padding-left: 30px
}
@media screen and (max-width:480px) {
.panel>.list-group>.list-group-item {
padding-right: 20px;
padding-left: 20px
}
}
.panel-content>.row {
padding-right: 30px;
padding-left: 30px
}
.panel-content>.row>[class*=col-] {
padding-right:30px;
padding-left:30px
}
.panel-heading {
position: relative;
padding: 0;
border-bottom: 1px solid transparent
}
.panel-heading .alert {
border-radius: 0
}
.panel-heading>.nav-tabs {
border-bottom: none
}
.panel-heading .nav-tabs {
margin-top: -10px
}
.panel-body {
position: relative
}
.panel-heading .panel-body {
padding-top: 0
}
.panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child, .panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child {
margin-top: 0
}
.panel-body>:last-child {
margin-bottom: 0
}
.panel-body>.list-group-dividered:only-child>.list-group-item:last-child {
border-bottom-color: transparent
}
.panel-footer {
border-top: 1px solid transparent
}
.table .panel-footer {
padding-top: 15px;
border-color: #e4eaec
}
.panel-title {
display: block;
padding: 20px 30px;
font-size: 18px;
color: #37474f
}
.panel-title>.icon {
margin-right: 10px
}
.panel-title>.label {
margin-left: 10px
}
.panel-title small {
color: #76838f
}
.panel-desc {
display: block;
padding: 5px 0 0;
margin: 0;
font-size: 14px;
color: #76838f
}
.panel-actions {
position: absolute;
top: 50%;
right: 30px;
z-index: 1;
margin: auto;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%)
}
@media screen and (max-width:480px) {
.panel-actions {
right: 20px
}
}
ul.panel-actions {
list-style: none
}
ul.panel-actions>li {
display: inline-block;
margin-left: 8px
}
ul.panel-actions>li:first-child {
margin-left: 0
}
.panel-actions a {
color: inherit
}
.panel-actions a.dropdown-toggle {
text-decoration: none
}
.panel-actions .dropdown {
display: inline-block
}
.panel-actions .dropdown-toggle {
display: inline-block
}
.panel-actions .panel-action {
display: inline-block;
padding: 8px 10px;
color: #a3afb7;
text-decoration: none;
cursor: pointer;
background-color: transparent
}
.panel-actions .panel-action:hover {
color: #526069
}
.panel-actions .panel-action:active {
color: #526069
}
.panel-actions .panel-action:focus {
outline: 0
}
.panel-actions .progress {
width: 100px;
margin: 0
}
.panel-actions .pagination {
margin: 0
}
.panel-toolbar {
padding: 5px 15px;
margin: 0;
background-color: transparent;
border-top: 1px solid #e4eaec;
border-bottom: 1px solid #e4eaec
}
.panel-bordered .panel-toolbar {
border-top-color: transparent
}
.panel-toolbar .btn {
padding: 5px 10px;
color: #a3afb7
}
.panel-toolbar .btn.icon {
width: 1em;
text-align: center
}
.panel-toolbar .btn.active, .panel-toolbar .btn:active, .panel-toolbar .btn:hover {
color: #76838f
}
.panel-loading {
position: absolute;
top: 0;
left: 0;
z-index: 6;
display: none;
width: 100%;
height: 100%;
border-radius: 4px;
opacity: .6
}
.panel-loading .loader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.panel>:not(.panel-loading):not(.collapsing) {
-webkit-transition: opacity .3s;
-o-transition: opacity .3s;
transition: opacity .3s
}
.panel.is-loading>:not(.panel-loading) {
opacity: .3
}
.panel.is-loading .panel-loading {
display: block;
opacity: 1
}
.panel-footer-chart {
padding: 0
}
.panel-control {
padding: 0;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.panel-body.scrollable-vertical {
padding-right: 0!important;
padding-left: 0!important
}
.panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
padding-right: 30px;
padding-left: 30px
}
@media screen and (max-width:480px) {
.panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
padding-right: 20px;
padding-left: 20px
}
}
.panel-body.scrollable-vertical>.scrollable-bar {
height: -webkit-calc(100% - 30px);
height: calc(100% - 30px);
margin-top: 0;
margin-bottom: 30px;
-webkit-transform: translatex(-26px);
-ms-transform: translatex(-26px);
-o-transform: translatex(-26px);
transform: translatex(-26px)
}
.panel-bordered>.panel-body.scrollable-vertical>.scrollable-bar {
height: -webkit-calc(100% - 60px);
height: calc(100% - 60px);
margin-bottom: 30px
}
.panel-body.scrollable-horizontal {
padding-top: 0!important;
padding-bottom: 0!important
}
.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
padding-top: 0;
padding-bottom: 30px
}
.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
padding-top: 30px;
padding-bottom: 30px
}
.panel-body.scrollable-horizontal>.scrollable-bar {
width: -webkit-calc(100% - 60px);
width: calc(100% - 60px);
margin-right: 30px;
margin-left: 0;
-webkit-transform: translatey(-26px);
-ms-transform: translatey(-26px);
-o-transform: translatey(-26px);
transform: translatey(-26px)
}
@media screen and (max-width:480px) {
.panel-body.scrollable-horizontal>.scrollable-bar {
width: -webkit-calc(100% - 40px);
width: calc(100% - 40px);
margin-right: 20px
}
}
.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-bar {
-webkit-transform: translatey(-26px);
-ms-transform: translatey(-26px);
-o-transform: translatey(-26px);
transform: translatey(-26px)
}
.panel-bordered>.panel-heading {
border-bottom: 1px solid #e4eaec
}
.panel-bordered>.panel-heading>.panel-title {
padding-bottom: 20px
}
.panel-bordered>.panel-footer {
padding-top: 15px;
border-top: 1px solid #e4eaec
}
.panel-bordered>.panel-body {
padding-top: 30px
}
.panel-bordered>.table>tbody:first-child>tr:first-child td, .panel-bordered>.table>tbody:first-child>tr:first-child th {
border-top: 0
}
.panel.is-dragging {
opacity: .8
}
.panel.is-dragging {
cursor: move
}
.panel.panel-transparent {
background: 0 0;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.panel.panel-transparent>.panel-footer, .panel.panel-transparent>.panel-heading {
border-color: transparent
}
.panel-dark {
border-color: #526069
}
.panel-dark>.panel-heading {
color: #fff;
background-color: #526069;
border-color: #526069
}
.panel-dark>.panel-heading .panel-collapse>.panel-body {
border-top-color: #526069
}
.panel-dark>.panel-heading .badge {
color: #526069;
background-color: #fff
}
.panel-dark>.panel-footer .panel-collapse>.panel-body {
border-bottom-color: #526069
}
.panel-danger, .panel-dark, .panel-info, .panel-primary, .panel-success, .panel-warning {
border: none
}
.panel-danger .panel-heading, .panel-dark .panel-heading, .panel-info .panel-heading, .panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading {
border: none
}
.panel-danger .panel-title, .panel-dark .panel-title, .panel-info .panel-title, .panel-primary .panel-title, .panel-success .panel-title, .panel-warning .panel-title {
color: #fff
}
.panel-danger .panel-action, .panel-dark .panel-action, .panel-info .panel-action, .panel-primary .panel-action, .panel-success .panel-action, .panel-warning .panel-action {
color: #fff
}
@media screen and (max-width:480px) {
.panel-actions {
right: 20px
}
.panel-actions .progress {
min-width: 80px
}
.panel-actions .show-on-hover {
display: none
}
.panel-body, .panel-footer, .panel-title {
padding-right: 20px;
padding-left: 20px
}
}
.close.icon {
font-size: inherit
}
body {
font-weight: 300
}
th {
font-weight: 400
}
b, strong {
font-weight: 500
}
optgroup {
font-weight: 500
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
font-weight: 300
}
.lead {
font-weight: 100
}
dt {
font-weight: 500
}
kbd kbd {
font-weight: 500
}
label {
font-weight: 300
}
.checkbox label, .radio label {
font-weight: 300
}
.checkbox-inline, .radio-inline {
font-weight: 300
}
.btn-link {
font-weight: 300
}
.dropdown-menu>li>a {
font-weight: 100
}
.input-group-addon {
font-weight: 300
}
.label {
font-weight: 500
}
.vertical-align {
font-size: 0
}
.vertical-align:before {
display: inline-block;
height: 100%;
vertical-align: middle;
content: ""
}
.vertical-align-bottom, .vertical-align-middle {
display: inline-block;
max-width: 100%;
font-size: 14px
}
.vertical-align-middle {
vertical-align: middle
}
.vertical-align-bottom {
vertical-align: bottom
}
.inline {
display: inline!important
}
.inline-block {
display: inline-block!important
}
.block {
display: block!important
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
word-wrap: normal;
white-space: nowrap
}
.text-break {
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
white-space: normal;
-ms-hyphens: auto
}
.text-nowrap {
white-space: nowrap
}
.text-top {
vertical-align: top!important
}
.text-middle {
vertical-align: middle!important
}
.text-bottom {
vertical-align: bottom!important
}
.text-left {
text-align: left!important
}
.text-right {
text-align: right!important
}
.text-center {
text-align: center!important
}
.text-justify {
text-align: justify!important
}
.text-lowercase {
text-transform: lowercase!important
}
.text-uppercase {
text-transform: uppercase!important
}
.text-capitalize {
text-transform: capitalize!important
}
.font-weight-300 {
font-weight: 300!important
}
.font-size-0 {
font-size: 0!important
}
.font-size-10 {
font-size: 10px!important
}
.font-size-12 {
font-size: 12px!important
}
.font-size-14 {
font-size: 14px!important
}
.font-size-16 {
font-size: 16px!important
}
.font-size-18 {
font-size: 18px!important
}
.font-size-20 {
font-size: 20px!important
}
.font-size-24 {
font-size: 24px!important
}
.font-size-26 {
font-size: 26px!important
}
.font-size-30 {
font-size: 30px!important
}
.font-size-40 {
font-size: 40px!important
}
.font-size-50 {
font-size: 50px!important
}
.font-size-60 {
font-size: 60px!important
}
.font-size-70 {
font-size: 70px!important
}
.font-size-80 {
font-size: 80px!important
}
.visible-xlg {
display: none!important
}
.visible-xlg-block, .visible-xlg-inline, .visible-xlg-inline-block {
display: none!important
}
@media (min-width:1600px) {
.visible-xlg {
display: block!important
}
table.visible-xlg {
display: table!important
}
tr.visible-xlg {
display: table-row!important
}
td.visible-xlg, th.visible-xlg {
display: table-cell!important
}
}
@media (min-width:1600px) {
.visible-xlg-block {
display: block!important
}
}
@media (min-width:1600px) {
.visible-xlg-inline {
display: inline!important
}
}
@media (min-width:1200px) {
.visible-xlg-inline-block {
display: inline-block!important
}
}
@media (min-width:1600px) {
.hidden-xlg {
display: none!important
}
}
/*site.min.css*/
body {
font: 14px/1.5 "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
}
.layout-full {
height: 100%;
}
body.layout-full {
padding-top: 0;
}
.layout-full .page {
height: 100%;
padding: 0;
margin: 0 !important;
background-color: transparent;
}
.layout-full > .loader {
margin-left: 0 !important;
}
@media (min-width: 1200px) {
.layout-boxed {
background: #e4eaec;
}
.layout-boxed, .layout-boxed .site-navbar {
max-width: 1320px;
margin-right: auto;
margin-left: auto;
}
}
.layout-boxed .slidepanel-right, .layout-boxed .slidepanel-left {
top: 0;
z-index: 1510;
}
.radio-custom, .checkbox-custom {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio-custom label, .checkbox-custom label {
min-height: 22px;
margin-bottom: 0;
font-weight: 300;
cursor: pointer;
}
.radio-custom input[type="radio"], .checkbox-custom input[type="checkbox"] {
position: absolute;
margin-top: 0;
margin-bottom: 0;
margin-left: -20px;
}
.radio-custom.disabled label, .checkbox-custom.disabled label, fieldset[disabled] .radio-custom label, fieldset[disabled] .checkbox-custom label {
cursor: not-allowed;
}
.input-group-addon .radio-custom, .input-group-addon .checkbox-custom {
margin: 0;
}
@media (min-width: 768px) {
.form-inline .radio-custom, .form-inline .checkbox-custom {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio-custom label, .form-inline .checkbox-custom label {
padding-left: 0;
}
.form-inline .radio-custom input[type="radio"], .form-inline .checkbox-custom input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .radio-custom label {
padding-left: 10px;
}
.form-inline .checkbox-custom label {
padding-left: 10px;
}
.form-inline .checkbox-custom input[type="checkbox"] {
position: absolute;
margin-left: -20px;
}
.form-inline .radio-custom input[type="radio"] {
position: absolute;
margin-left: -20px;
}
}
.form-control-wrap {
position: relative;
}
.side-panel-loading, body > .loader {
position: fixed;
top: 50%;
left: 50%;
margin-top: -20px;
}
.site-menubar-unfold > .loader {
margin-left: 130px;
}
.site-menubar-fold > .loader {
margin-left: 45px;
}
.site-menubar-hide.site-menubar-unfold > .loader {
margin-left: 0;
}
/*
@-webkit-keyframes loader-default {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes loader-default {
0% {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 0;
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes loader-default {
0% {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 0;
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes default-grill {
0%, 80%, 100% {
height: 1em;
-webkit-box-shadow: 0 0 #a3afb7;
box-shadow: 0 0 #a3afb7;
}
40% {
height: 1.2em;
-webkit-box-shadow: 0 -.25em #a3afb7;
box-shadow: 0 -.25em #a3afb7;
}
}
@-o-keyframes default-grill {
0%, 80%, 100% {
height: 1em;
box-shadow: 0 0 #a3afb7;
}
40% {
height: 1.2em;
box-shadow: 0 -.25em #a3afb7;
}
}
@keyframes default-grill {
0%, 80%, 100% {
height: 1em;
-webkit-box-shadow: 0 0 #a3afb7;
box-shadow: 0 0 #a3afb7;
}
40% {
height: 1.2em;
-webkit-box-shadow: 0 -.25em #a3afb7;
box-shadow: 0 -.25em #a3afb7;
}
}
@-webkit-keyframes loader-circle {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes loader-circle {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-circle {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-round-circle {
0%, 100% {
-webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
}
12.5% {
-webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
25% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
37.5% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
50% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
62.5% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
75% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
}
87.5% {
-webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
}
}
@-o-keyframes loader-round-circle {
0%, 100% {
box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
}
12.5% {
box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
25% {
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
37.5% {
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
50% {
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
62.5% {
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
75% {
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
}
87.5% {
box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
}
}
@keyframes loader-round-circle {
0%, 100% {
-webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
}
12.5% {
-webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
25% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
37.5% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
50% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
62.5% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
}
75% {
-webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
}
87.5% {
-webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
}
}
@-webkit-keyframes loader-tadpole {
0% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
5%, 95% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
}
10%, 59% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
}
20% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
}
38% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
}
100% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes loader-tadpole {
0% {
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
5%, 95% {
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
}
10%, 59% {
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
}
20% {
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
}
38% {
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
}
100% {
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-tadpole {
0% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
5%, 95% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
}
10%, 59% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
}
20% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
}
38% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
}
100% {
-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-ellipsis {
0%, 80%, 100% {
-webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
box-shadow: 0 .625em 0 -.325em #a3afb7;
}
40% {
-webkit-box-shadow: 0 .625em 0 0 #a3afb7;
box-shadow: 0 .625em 0 0 #a3afb7;
}
}
@-o-keyframes loader-ellipsis {
0%, 80%, 100% {
box-shadow: 0 .625em 0 -.325em #a3afb7;
}
40% {
box-shadow: 0 .625em 0 0 #a3afb7;
}
}
@keyframes loader-ellipsis {
0%, 80%, 100% {
-webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
box-shadow: 0 .625em 0 -.325em #a3afb7;
}
40% {
-webkit-box-shadow: 0 .625em 0 0 #a3afb7;
box-shadow: 0 .625em 0 0 #a3afb7;
}
}
@-webkit-keyframes loader-dot-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes loader-dot-rotate {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-dot-rotate {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loader-dot-bounce {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes loader-dot-bounce {
0%, 100% {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes loader-dot-bounce {
0%, 100% {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes loader-bounce {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes loader-bounce {
0%, 100% {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes loader-bounce {
0%, 100% {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
[class*=animation-] {
-webkit-animation-duration: .5s;
-o-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
*/
.red-100 {
color: #ffeaea !important;
}
.red-200 {
color: #fad3d3 !important;
}
.red-300 {
color: #fab4b4 !important;
}
.red-400 {
color: #fa9898 !important;
}
.red-500 {
color: #fa7a7a !important;
}
.red-600 {
color: #f96868 !important;
}
.red-700 {
color: #e9595b !important;
}
.red-800 {
color: #d6494b !important;
}
.pink-100 {
color: #fce4ec !important;
}
.pink-200 {
color: #ffccde !important;
}
.pink-300 {
color: #fba9c6 !important;
}
.pink-400 {
color: #fb8db4 !important;
}
.pink-500 {
color: #f978a6 !important;
}
.pink-600 {
color: #f96197 !important;
}
.pink-700 {
color: #f44c87 !important;
}
.pink-800 {
color: #e53b75 !important;
}
.purple-100 {
color: #f6f2ff !important;
}
.purple-200 {
color: #e3dbf4 !important;
}
.purple-300 {
color: #d2c5ec !important;
}
.purple-400 {
color: #bba7e4 !important;
}
.purple-500 {
color: #a58add !important;
}
.purple-600 {
color: #926dde !important;
}
.purple-700 {
color: #7c51d1 !important;
}
.purple-800 {
color: #6d45bc !important;
}
.indigo-100 {
color: #edeff9 !important;
}
.indigo-200 {
color: #dadef5 !important;
}
.indigo-300 {
color: #bcc5f4 !important;
}
.indigo-400 {
color: #9daaf3 !important;
}
.indigo-500 {
color: #8897ec !important;
}
.indigo-600 {
color: #677ae4 !important;
}
.indigo-700 {
color: #5166d6 !important;
}
.indigo-800 {
color: #465bd4 !important;
}
.blue-100 {
color: #e8f1f8 !important;
}
.blue-200 {
color: #d5e4f1 !important;
}
.blue-300 {
color: #bcd8f1 !important;
}
.blue-400 {
color: #a2caee !important;
}
.blue-500 {
color: #89bceb !important;
}
.blue-600 {
color: #ff6f06 !important;
}
.blue-700 {
color: #4e97d9 !important;
}
.blue-800 {
color: #3583ca !important;
}
.cyan-100 {
color: #ecf9fa !important;
}
.cyan-200 {
color: #d3eff2 !important;
}
.cyan-300 {
color: #baeaef !important;
}
.cyan-400 {
color: #9ae1e9 !important;
}
.cyan-500 {
color: #77d6e1 !important;
}
.cyan-600 {
color: #57c7d4 !important;
}
.cyan-700 {
color: #47b8c6 !important;
}
.cyan-800 {
color: #37a9b7 !important;
}
.teal-100 {
color: #ecfdfc !important;
}
.teal-200 {
color: #cdf4f1 !important;
}
.teal-300 {
color: #99e1da !important;
}
.teal-400 {
color: #79d1c9 !important;
}
.teal-500 {
color: #56bfb5 !important;
}
.teal-600 {
color: #3aa99e !important;
}
.teal-700 {
color: #269b8f !important;
}
.teal-800 {
color: #178d81 !important;
}
.green-100 {
color: #e7faf2 !important;
}
.green-200 {
color: #bfedd8 !important;
}
.green-300 {
color: #9fe5c5 !important;
}
.green-400 {
color: #7dd3ae !important;
}
.green-500 {
color: #5cd29d !important;
}
.green-600 {
color: #46be8a !important;
}
.green-700 {
color: #36ab7a !important;
}
.green-800 {
color: #279566 !important;
}
.light-green-100 {
color: #f1f7ea !important;
}
.light-green-200 {
color: #e0ecd1 !important;
}
.light-green-300 {
color: #cadfb1 !important;
}
.light-green-400 {
color: #bad896 !important;
}
.light-green-500 {
color: #acd57c !important;
}
.light-green-600 {
color: #9ece67 !important;
}
.light-green-700 {
color: #83b944 !important;
}
.light-green-800 {
color: #70a532 !important;
}
.yellow-100 {
color: #fffae7 !important;
}
.yellow-200 {
color: #f9eec1 !important;
}
.yellow-300 {
color: #f6e7a9 !important;
}
.yellow-400 {
color: #f8e59b !important;
}
.yellow-500 {
color: #f7e083 !important;
}
.yellow-600 {
color: #f7da64 !important;
}
.yellow-700 {
color: #f9cd48 !important;
}
.yellow-800 {
color: #fbc02d !important;
}
.orange-100 {
color: #fff3e6 !important;
}
.orange-200 {
color: #ffddb9 !important;
}
.orange-300 {
color: #fbce9d !important;
}
.orange-400 {
color: #f6be80 !important;
}
.orange-500 {
color: #f4b066 !important;
}
.orange-600 {
color: #f2a654 !important;
}
.orange-700 {
color: #ec9940 !important;
}
.orange-800 {
color: #e98f2e !important;
}
.brown-100 {
color: #fae6df !important;
}
.brown-200 {
color: #e2bdaf !important;
}
.brown-300 {
color: #d3aa9c !important;
}
.brown-400 {
color: #b98e7e !important;
}
.brown-500 {
color: #a17768 !important;
}
.brown-600 {
color: #8d6658 !important;
}
.brown-700 {
color: #7d5b4f !important;
}
.brown-800 {
color: #715146 !important;
}
.grey-100 {
color: #fafafa !important;
}
.grey-200 {
color: #eee !important;
}
.grey-300 {
color: #e0e0e0 !important;
}
.grey-400 {
color: #bdbdbd !important;
}
.grey-500 {
color: #9e9e9e !important;
}
.grey-600 {
color: #757575 !important;
}
.grey-700 {
color: #616161 !important;
}
.grey-800 {
color: #424242 !important;
}
.blue-grey-100 {
color: #f3f7f9 !important;
}
.blue-grey-200 {
color: #e4eaec !important;
}
.blue-grey-300 {
color: #ccd5db !important;
}
.blue-grey-400 {
color: #a3afb7 !important;
}
.blue-grey-500 {
color: #76838f !important;
}
.blue-grey-600 {
color: #526069 !important;
}
.blue-grey-700 {
color: #37474f !important;
}
.blue-grey-800 {
color: #263238 !important;
}
.black {
color: #000 !important;
}
.white {
color: #fff !important;
}
.social-facebook {
color: #fff;
background-color: #3b5998 !important;
}
.social-facebook:hover, .social-facebook:focus {
color: #fff;
background-color: #4c70ba !important;
}
.social-facebook:active, .social-facebook.active {
color: #fff;
background-color: #2d4373 !important;
}
.bg-facebook {
background-color: #3b5998;
}
.social-twitter {
color: #fff;
background-color: #55acee !important;
}
.social-twitter:hover, .social-twitter:focus {
color: #fff;
background-color: #83c3f3 !important;
}
.social-twitter:active, .social-twitter.active {
color: #fff;
background-color: #2795e9 !important;
}
.bg-twitter {
background-color: #55acee;
}
.social-google-plus {
color: #fff;
background-color: #dd4b39 !important;
}
.social-google-plus:hover, .social-google-plus:focus {
color: #fff;
background-color: #e47365 !important;
}
.social-google-plus:active, .social-google-plus.active {
color: #fff;
background-color: #c23321 !important;
}
.bg-google-plus {
background-color: #dd4b39;
}
.social-linkedin {
color: #fff;
background-color: #0976b4 !important;
}
.social-linkedin:hover, .social-linkedin:focus {
color: #fff;
background-color: #0b96e5 !important;
}
.social-linkedin:active, .social-linkedin.active {
color: #fff;
background-color: #075683 !important;
}
.bg-linkedin {
background-color: #0976b4;
}
.social-flickr {
color: #fff;
background-color: #ff0084 !important;
}
.social-flickr:hover, .social-flickr:focus {
color: #fff;
background-color: #ff339d !important;
}
.social-flickr:active, .social-flickr.active {
color: #fff;
background-color: #cc006a !important;
}
.bg-flickr {
background-color: #ff0084;
}
.social-tumblr {
color: #fff;
background-color: #35465c !important;
}
.social-tumblr:hover, .social-tumblr:focus {
color: #fff;
background-color: #485f7c !important;
}
.social-tumblr:active, .social-tumblr.active {
color: #fff;
background-color: #222d3c !important;
}
.bg-tumblr {
background-color: #35465c;
}
.social-xing {
color: #fff;
background-color: #024b4d !important;
}
.social-xing:hover, .social-xing:focus {
color: #fff;
background-color: #037b7f !important;
}
.social-xing:active, .social-xing.active {
color: #fff;
background-color: #011b1b !important;
}
.bg-xing {
background-color: #024b4d;
}
.social-github {
color: #fff;
background-color: #4183c4 !important;
}
.social-github:hover, .social-github:focus {
color: #fff;
background-color: #689cd0 !important;
}
.social-github:active, .social-github.active {
color: #fff;
background-color: #3269a0 !important;
}
.bg-github {
background-color: #4183c4;
}
.social-html5 {
color: #fff;
background-color: #e44f26 !important;
}
.social-html5:hover, .social-html5:focus {
color: #fff;
background-color: #ea7453 !important;
}
.social-html5:active, .social-html5.active {
color: #fff;
background-color: #bf3c18 !important;
}
.bg-html5 {
background-color: #e44f26;
}
.social-openid {
color: #fff;
background-color: #f67d28 !important;
}
.social-openid:hover, .social-openid:focus {
color: #fff;
background-color: #f89b59 !important;
}
.social-openid:active, .social-openid.active {
color: #fff;
background-color: #e26309 !important;
}
.bg-openid {
background-color: #f67d28;
}
.social-stack-overflow {
color: #fff;
background-color: #f86c01 !important;
}
.social-stack-overflow:hover, .social-stack-overflow:focus {
color: #fff;
background-color: #fe882e !important;
}
.social-stack-overflow:active, .social-stack-overflow.active {
color: #fff;
background-color: #c55601 !important;
}
.bg-stack-overflow {
background-color: #f86c01;
}
.social-css3 {
color: #fff;
background-color: #1572b6 !important;
}
.social-css3:hover, .social-css3:focus {
color: #fff;
background-color: #1a8fe4 !important;
}
.social-css3:active, .social-css3.active {
color: #fff;
background-color: #105588 !important;
}
.bg-css3 {
background-color: #1572b6;
}
.social-youtube {
color: #fff;
background-color: #b31217 !important;
}
.social-youtube:hover, .social-youtube:focus {
color: #fff;
background-color: #e1171d !important;
}
.social-youtube:active, .social-youtube.active {
color: #fff;
background-color: #850d11 !important;
}
.bg-youtube {
background-color: #b31217;
}
.social-dribbble {
color: #fff;
background-color: #c32361 !important;
}
.social-dribbble:hover, .social-dribbble:focus {
color: #fff;
background-color: #dc3d7b !important;
}
.social-dribbble:active, .social-dribbble.active {
color: #fff;
background-color: #981b4b !important;
}
.bg-dribbble {
background-color: #c32361;
}
.social-instagram {
color: #fff;
background-color: #3f729b !important;
}
.social-instagram:hover, .social-instagram:focus {
color: #fff;
background-color: #548cb9 !important;
}
.social-instagram:active, .social-instagram.active {
color: #fff;
background-color: #305777 !important;
}
.bg-instagram {
background-color: #3f729b;
}
.social-pinterest {
color: #fff;
background-color: #cc2127 !important;
}
.social-pinterest:hover, .social-pinterest:focus {
color: #fff;
background-color: #e04046 !important;
}
.social-pinterest:active, .social-pinterest.active {
color: #fff;
background-color: #a01a1f !important;
}
.bg-pinterest {
background-color: #cc2127;
}
.social-vk {
color: #fff;
background-color: #3d5a7d !important;
}
.social-vk:hover, .social-vk:focus {
color: #fff;
background-color: #4e739f !important;
}
.social-vk:active, .social-vk.active {
color: #fff;
background-color: #2c415b !important;
}
.bg-vk {
background-color: #3d5a7d;
}
.social-yahoo {
color: #fff;
background-color: #350178 !important;
}
.social-yahoo:hover, .social-yahoo:focus {
color: #fff;
background-color: #4b01ab !important;
}
.social-yahoo:active, .social-yahoo.active {
color: #fff;
background-color: #1f0145 !important;
}
.bg-yahoo {
background-color: #350178;
}
.social-behance {
color: #fff;
background-color: #1769ff !important;
}
.social-behance:hover, .social-behance:focus {
color: #fff;
background-color: #4a8aff !important;
}
.social-behance:active, .social-behance.active {
color: #fff;
background-color: #0050e3 !important;
}
.bg-behance {
background-color: #024b4d;
}
.social-dropbox {
color: #fff;
background-color: #007ee5 !important;
}
.social-dropbox:hover, .social-dropbox:focus {
color: #fff;
background-color: #1998ff !important;
}
.social-dropbox:active, .social-dropbox.active {
color: #fff;
background-color: #0062b2 !important;
}
.bg-dropbox {
background-color: #007ee5;
}
.social-reddit {
color: #fff;
background-color: #ff4500 !important;
}
.social-reddit:hover, .social-reddit:focus {
color: #fff;
background-color: #ff6a33 !important;
}
.social-reddit:active, .social-reddit.active {
color: #fff;
background-color: #cc3700 !important;
}
.bg-reddit {
background-color: #ff4500;
}
.social-spotify {
color: #fff;
background-color: #7ab800 !important;
}
.social-spotify:hover, .social-spotify:focus {
color: #fff;
background-color: #9ceb00 !important;
}
.social-spotify:active, .social-spotify.active {
color: #fff;
background-color: #588500 !important;
}
.bg-spotify {
background-color: #7ab800;
}
.social-vine {
color: #fff;
background-color: #00b488 !important;
}
.social-vine:hover, .social-vine:focus {
color: #fff;
background-color: #00e7af !important;
}
.social-vine:active, .social-vine.active {
color: #fff;
background-color: #008161 !important;
}
.bg-vine {
background-color: #00b488;
}
.social-foursquare {
color: #fff;
background-color: #0cbadf !important;
}
.social-foursquare:hover, .social-foursquare:focus {
color: #fff;
background-color: #2ad0f4 !important;
}
.social-foursquare:active, .social-foursquare.active {
color: #fff;
background-color: #0992af !important;
}
.bg-foursquare {
background-color: #0cbadf;
}
.social-vimeo {
color: #fff;
background-color: #1ab7ea !important;
}
.social-vimeo:hover, .social-vimeo:focus {
color: #fff;
background-color: #49c6ee !important;
}
.social-vimeo:active, .social-vimeo.active {
color: #fff;
background-color: #1295bf !important;
}
.bg-vimeo {
background-color: #1ab7ea;
}
.social-skype {
color: #fff;
background-color: #77bcfd !important;
}
.social-skype:hover, .social-skype:focus {
color: #fff;
background-color: #a9d5fe !important;
}
.social-skype:active, .social-skype.active {
color: #fff;
background-color: #45a3fc !important;
}
.bg-skype {
background-color: #77bcfd;
}
.social-evernote {
color: #fff;
background-color: #46bf8c !important;
}
.social-evernote:hover, .social-evernote:focus {
color: #fff;
background-color: #6ccca4 !important;
}
.social-evernote:active, .social-evernote.active {
color: #fff;
background-color: #369c71 !important;
}
.bg-evernote {
background-color: #46bf8c;
}
a:focus {
outline: none;
}
.blocks, [class*="blocks-"] {
padding: 0;
margin: 0;
margin-right: -15px;
margin-left: 0;
list-style: none;
}
.blocks:before, [class*="blocks-"]:before, .blocks:after, [class*="blocks-"]:after {
display: table;
content: " ";
}
.blocks:after, [class*="blocks-"]:after {
clear: both;
}
.blocks > li, [class*="blocks-"] > li {
position: relative;
float: left;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 16px;
}
.blocks.no-space, [class*="blocks-"].no-space {
margin: 0;
}
.blocks.no-space > li, [class*="blocks-"].no-space > li {
padding-right: 0;
padding-left: 0;
margin-bottom: 0;
}
.blocks-2 > li:nth-child(2n 3), .blocks-3 > li:nth-child(3n 4), .blocks-4 > li:nth-child(4n 5), .blocks-5 > li:nth-child(5n 6), .blocks-6 > li:nth-child(6n 7), .block-first {
clear: both;
}
.blocks-100 > li {
width: 100%;
}
.blocks-2 > li {
width: 50%;
}
.blocks-3 > li {
width: 33.33333333%;
}
.blocks-4 > li {
width: 25%;
}
.blocks-5 > li {
width: 20%;
}
.blocks-6 > li {
width: 16.66666667%;
}
@media (min-width: 480px) {
.blocks-xs-100 > li {
width: 100%;
}
.blocks-xs-2 > li {
width: 50%;
}
.blocks-xs-3 > li {
width: 33.33333333%;
}
.blocks-xs-4 > li {
width: 25%;
}
.blocks-xs-5 > li {
width: 20%;
}
.blocks-xs-6 > li {
width: 16.66666667%;
}
}
@media (min-width: 768px) {
.blocks-sm-100 > li {
width: 100%;
}
.blocks-sm-2 > li {
width: 50%;
}
.blocks-sm-3 > li {
width: 33.33333333%;
}
.blocks-sm-4 > li {
width: 25%;
}
.blocks-sm-5 > li {
width: 20%;
}
.blocks-sm-6 > li {
width: 16.66666667%;
}
}
@media (min-width: 992px) {
.blocks-md-100 > li {
width: 100%;
}
.blocks-md-2 > li {
width: 50%;
}
.blocks-md-3 > li {
width: 33.33333333%;
}
.blocks-md-4 > li {
width: 25%;
}
.blocks-md-5 > li {
width: 20%;
}
.blocks-md-6 > li {
width: 16.66666667%;
}
}
@media (min-width: 1200px) {
.blocks-lg-100 > li {
width: 100%;
}
.blocks-lg-2 > li {
width: 50%;
}
.blocks-lg-3 > li {
width: 33.33333333%;
}
.blocks-lg-4 > li {
width: 25%;
}
.blocks-lg-5 > li {
width: 20%;
}
.blocks-lg-6 > li {
width: 16.66666667%;
}
}
@media (min-width: 1600px) {
.blocks-xlg-100 > li {
width: 100%;
}
.blocks-xlg-2 > li {
width: 50%;
}
.blocks-xlg-3 > li {
width: 33.33333333%;
}
.blocks-xlg-4 > li {
width: 25%;
}
.blocks-xlg-5 > li {
width: 20%;
}
.blocks-xlg-6 > li {
width: 16.66666667%;
}
}
.avatar {
position: relative;
display: inline-block;
width: 40px;
white-space: nowrap;
vertical-align: bottom;
border-radius: 1000px;
}
.avatar i {
position: absolute;
right: 0;
bottom: 0;
width: 10px;
height: 10px;
border: 2px solid #fff;
border-radius: 100%;
}
.avatar img {
width: 30px;
height: 30px;
border: 0 none;
border-radius: 1000px;
}
.avatar-online i {
background-color: #46be8a;
}
.avatar-off i {
background-color: #526069;
}
.avatar-busy i {
background-color: #f2a654;
}
.avatar-away i {
background-color: #f96868;
}
.avatar-100 {
width: 100px;
}
.avatar-100 i {
width: 20px;
height: 20px;
}
.avatar-lg {
width: 50px;
}
.avatar-lg i {
width: 12px;
height: 12px;
}
.avatar-sm {
width: 30px;
}
.avatar-sm i {
width: 8px;
height: 8px;
}
.avatar-xs {
width: 20px;
}
.avatar-xs i {
width: 7px;
height: 7px;
}
.status {
display: block;
width: 10px;
height: 10px;
border: 2px solid #fff;
border-radius: 100%;
}
.ey-footnav ul li .status {
position: absolute;
top: 4px;
right: -15px;
}
.status-online {
background-color: #46be8a;
}
.status-off {
background-color: #526069;
}
.status-busy {
background-color: #f2a654;
}
.status-away {
background-color: #f96868;
}
.status-lg {
width: 14px;
height: 14px;
}
.status-md {
width: 10px;
height: 10px;
}
.status-sm {
width: 8px;
height: 8px;
}
.status-xs {
width: 7px;
height: 7px;
}
.icon {
position: relative;
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
text-rendering: auto;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon.pull-left {
margin-right: .3em;
}
.icon.pull-right {
margin-left: .3em;
}
.icon.icon-circle {
position: relative;
margin: .5em;
}
.icon.icon-circle:before {
position: relative;
z-index: 1;
}
.icon.icon-circle:after {
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
width: 2em;
height: 2em;
content: "";
background-color: inherit;
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.icon.icon-lg {
font-size: 1.33333333em;
vertical-align: -15%;
}
.icon.icon-2x {
font-size: 2em;
}
.icon.icon-3x {
font-size: 3em;
}
.icon.icon-4x {
font-size: 4em;
}
.icon.icon-5x {
font-size: 5em;
}
.icon.icon-fw {
width: 1.28571429em;
text-align: center;
}
.icon.icon-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.icon.icon-ul > li {
position: relative;
}
.icon.icon-li {
position: absolute;
top: .14285714em;
left: -2.14285714em;
width: 2.14285714em;
text-align: center;
}
.icon.icon-li.icon-lg {
left: -1.85714286em;
}
.icon.icon-border {
padding: .2em .25em .15em;
border: solid .08em #e4eaec;
border-radius: .1em;
}
.icon.icon-spin {
-webkit-animation: icon-spin 2s infinite linear;
-o-animation: icon-spin 2s infinite linear;
animation: icon-spin 2s infinite linear;
}
.icon.icon-spin-reverse {
-webkit-animation: icon-spin-reverse 2s infinite linear;
-o-animation: icon-spin-reverse 2s infinite linear;
animation: icon-spin-reverse 2s infinite linear;
}
.icon.icon-rotate-90 {
filter: progid:dximagetransform.microsoft.basicimage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.icon.icon-rotate-180 {
filter: progid:dximagetransform.microsoft.basicimage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.icon.icon-rotate-270 {
filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.icon.icon-flip-horizontal {
filter: progid:dximagetransform.microsoft.basicimage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.icon.icon-flip-vertical {
filter: progid:dximagetransform.microsoft.basicimage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.icon.icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.icon.icon-stack-1x, .icon.icon-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.icon.icon-stack-1x {
line-height: inherit;
}
.icon.icon-stack-2x {
font-size: 2em;
}
.icon.icon-stack-inverse {
color: #fff;
}
.icon-color {
color: rgba(55, 71, 79, .4);
}
.icon-color:hover, .icon-color:focus {
color: rgba(55, 71, 79, .6);
}
.icon-color.active, .icon-color:active {
color: #37474f;
}
.icon-color-alt {
color: rgba(55, 71, 79, .6);
}
.icon-color-alt:hover, .icon-color-alt:focus {
color: rgba(55, 71, 79, .8);
}
.icon-color-alt.active, .icon-color-alt:active {
color: #37474f;
}
:root-rotate-90, :root-rotate-180, :root-rotate-270, :root-flip-horizontal, :root-flip-vertical {
filter: none;
-webkit-filter: none;
}
@-webkit-keyframes icon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes icon-spin {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes icon-spin {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes icon-spin-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
@-o-keyframes icon-spin-reverse {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
-o-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
@keyframes icon-spin-reverse {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
-o-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
.hamburger {
font-size: 20px;
vertical-align: middle;
}
.hamburger, .hamburger:before, .hamburger .hamburger-bar, .hamburger:after {
-webkit-transition: -webkit-transform .2s ease-in-out;
-o-transition: -o-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
}
.hamburger:before, .hamburger:after {
content: "";
}
.hamburger:before, .hamburger .hamburger-bar, .hamburger:after {
display: block;
width: 1em;
height: .1em;
margin: 0;
background: #76838f;
border-radius: 1px;
}
.navbar-default .hamburger:before, .navbar-default .hamburger .hamburger-bar, .navbar-default .hamburger:after {
background: #76838f;
}
.navbar-inverse .hamburger:before, .navbar-inverse .hamburger .hamburger-bar, .navbar-inverse .hamburger:after {
background: #fff;
}
.hamburger .hamburger-bar {
margin: .2em 0;
}
.hamburger-close:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 8%;
-ms-transform-origin: 8%;
-o-transform-origin: 8%;
transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
opacity: 0;
}
.hamburger-close:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 8%;
-ms-transform-origin: 8%;
-o-transform-origin: 8%;
transform-origin: 8%;
}
.hamburger-close.hided:before, .hamburger-close.collapsed:before {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar, .hamburger-close.collapsed .hamburger-bar {
opacity: 1;
}
.hamburger-close.hided:after, .hamburger-close.collapsed:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
width: .6em;
-webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
width: .6em;
-webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
.counter {
text-align: center;
}
.counter > .counter-number, .counter .counter-number-group {
font-size: 20px;
color: #37474f;
}
.counter-label {
display: block;
}
.counter-icon {
font-size: 20px;
}
.counter-lg > .counter-number, .counter-lg .counter-number-group {
font-size: 40px;
}
.counter-lg .counter-icon {
font-size: 40px;
}
.counter-md > .counter-number, .counter-md .counter-number-group {
font-size: 30px;
}
.counter-md .counter-icon {
font-size: 30px;
}
.counter-sm > .counter-number, .counter-sm .counter-number-group {
font-size: 14px;
}
.counter-sm .counter-icon {
font-size: 14px;
}
.counter-sm .counter-number-related .counter-number, .counter-sm .counter-number .counter-number-related {
margin-left: 0;
}
.counter-inverse {
color: #fff;
}
.counter-inverse > .counter-number, .counter-inverse .counter-number-group {
color: #fff;
}
.counter-inverse .counter-icon {
color: #fff;
}
.widget {
position: relative;
margin-bottom: 30px;
background-color: #fff;
}
.widget .cover {
width: 100%;
}
[class*="blocks-"] > li > .widget {
margin-bottom: 0;
}
.widget-shadow {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.widget {
border-radius: 0;
}
.widget .widget-header {
border-radius: 3px 3px 0 0;
}
.widget .widget-header:last-child {
border-radius: inherit;
}
.widget .widget-body:last-child {
border-radius: 0 0 3px 3px;
}
.widget .widget-body:last-child .widget-body-footer {
border-radius: 0 0 3px 3px;
}
.widget .widget-footer {
border-radius: 0 0 3px 3px;
}
.widget .widget-footer:first-child {
border-radiu: inherit;
}
.widget-body {
position: relative;
padding: 30px 25px;
}
.widget-body-footer {
margin-top: 30px;
}
.widget-body-footer:before, .widget-body-footer:after {
display: table;
content: " ";
}
.widget-body-footer:after {
clear: both;
}
.widget-content ul {
padding: 0;
margin: 0;
}
.widget-content li {
list-style: none;
}
.widget-title {
margin-top: 0;
color: #37474f;
text-transform: capitalize;
}
div.widget-title {
font-size: 22px;
}
.overlay-panel .widget-title {
color: #fff;
}
.widget > .widget-title {
padding: 12px 10px;
}
.widget-metas {
font-size: 12px;
color: #a3afb7;
}
.widget-metas.type-link > a {
position: relative;
display: inline-block;
padding: 3px 5px;
color: #a3afb7;
}
.widget-metas.type-link > a:first-child {
padding-left: 0;
}
.widget-metas.type-link > a:hover {
color: #ccd5db;
}
.widget-metas.type-link > a a:before {
position: absolute;
top: 10px;
left: -2px;
width: 3px;
height: 3px;
content: '';
background-color: #a3afb7;
border-radius: 50%;
}
.overlay-background .widget-time {
color: #fff;
opacity: .8;
}
.widget-category {
font-size: 16px;
}
.widget-actions {
margin-top: 10px;
text-align: right;
}
.widget-actions a {
display: inline-block;
margin-right: 10px;
color: #a3afb7;
vertical-align: middle;
}
.widget-actions a.icon, .widget-actions a .icon {
text-decoration: none;
}
.widget-actions a.icon span, .widget-actions a .icon span {
margin-left: 2px;
}
.widget-actions a.active, .widget-actions a:hover, .widget-actions a:focus {
color: #ccd5db;
text-decoration: none;
}
.widget-actions a:last-child {
margin-right: 0;
}
.widget-actions-sidebar {
position: absolute;
top: 20px;
left: 20px;
width: 60px;
}
.widget-actions-sidebar a {
display: inline-block;
width: 100%;
height: 60px;
margin-right: 0;
text-align: center;
border-right: 1px solid #e4eaec;
}
.widget-actions-sidebar a:before {
display: inline-block;
height: 100%;
vertical-align: middle;
content: '';
}
.widget-actions-sidebar a a {
border-top: 1px solid #e4eaec;
}
.widget-actions-sidebar .widget-content {
margin-left: 80px;
}
.widget-watermark {
position: absolute;
right: 0;
bottom: 0;
line-height: 1;
opacity: .1;
}
.widget-watermark.darker {
color: black;
}
.widget-watermark.lighter {
color: white;
}
.widget-divider:after {
display: block;
width: 20px;
height: 2px;
margin: 15px auto;
content: "";
background-color: #fff;
}
.widget-left {
position: absolute;
top: 0;
left: 0;
width: 40%;
height: 100%;
}
.widget-left .widget-body {
width: 60%;
margin-left: 40%;
}
@media (max-width: 767px) {
.widget-left {
position: relative;
width: 100%;
height: 320px;
}
.widget-left .widget-body {
width: 100%;
margin-left: 0;
}
}
.panel-group .panel {
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-group .panel-title {
position: relative;
padding: 15px 30px;
font-size: 14px;
}
.panel-group .panel-title:before, .panel-group .panel-title:after {
position: absolute;
top: 15px;
right: 30px;
font-family: "web icons";
-webkit-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
}
.panel-group .panel-title:before {
content: "\f197";
}
.panel-group .panel-title:after {
content: "\f199";
}
.panel-group .panel-title[aria-expanded="false"]:before {
opacity: .4;
}
.panel-group .panel-title[aria-expanded="false"]:after {
opacity: 0;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.panel-group .panel-title[aria-expanded="true"]:before {
opacity: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.panel-group .panel-title[aria-expanded="true"]:after {
opacity: 1;
}
.panel-group .panel-title:hover, .panel-group .panel-title:focus {
color: #76838f;
text-decoration: none;
}
.panel-group .panel-title:focus {
outline: none;
}
.panel-group .panel-heading .panel-collapse {
margin: 0;
}
.panel-group .panel-collapse .panel-body {
padding: 15px 30px;
}
.panel-group .panel-heading .panel-collapse .panel-body {
border-top-color: transparent;
}
.panel-group .panel .panel {
margin-top: 10px;
}
.panel-group-continuous .panel {
border-radius: 0;
}
.panel-group-continuous .panel:first-child {
border-radius: 4px 4px 0 0;
}
.panel-group-continuous .panel:last-child {
border-radius: 0 0 4px 4px;
}
.panel-group-continuous .panel .panel {
margin-top: 0;
border-top: 1px solid #e4eaec;
}
.panel-group {
background: #f7f7f7;
}
.panel-group .row {
padding: 0 15px;
}
.panel-group-simple .panel {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-group-simple .panel-title {
padding-bottom: 10px;
padding-left: 0;
}
.panel-group-simple .panel-title h4 {
margin-top: 11px;
margin-bottom: 11px;
font-size: 18px;
}
.panel-group-simple .panel-title:before, .panel-group-simple .panel-title:after {
right: 5px;
}
.panel-group-simple .panel-collapse .panel-body {
padding-top: 10px;
padding-right: 0;
padding-left: 0;
}
.panel-group-simple .panel .panel {
margin-top: 0;
}
.cover {
overflow: hidden;
}
.cover-background {
height: 100%;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}
.cover-image {
width: 100%;
/* height: 100%; */
}
.cover-quote {
position: relative;
padding-left: 35px;
margin-bottom: 0;
border-left: none;
}
.cover-quote:before, .cover-quote:after {
position: absolute;
top: -20px;
font-size: 4em;
}
.cover-quote:before {
left: 0;
content: open-quote;
}
.cover-quote:after {
right: 0;
visibility: hidden;
content: close-quote;
}
.cover-quote.blockquote-reverse {
padding-right: 35px;
padding-left: 20px;
border-right: none;
}
.cover-quote.blockquote-reverse:before {
right: 0;
left: auto;
content: close-quote;
}
.cover-gallery .carousel-inner img {
width: 100%;
}
.cover-iframe {
width: 100%;
border: 0 none;
}
/* ========================================================================
component: overlay
========================================================================== */
.overlay {
position: relative;
display: inline-block;
width: 100%;
max-width: 100%;
margin: 0;
overflow: hidden;
vertical-align: middle;
-webkit-transform: translatez(0);
transform: translatez(0);
}
.overlay > :first-child, .overlay .overlay-figure {
width: 100%;
max-width: 100%;
margin-bottom: 0;
}
/* sub-object `overlay-panel`
========================================================================== */
.overlay-panel {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 20px;
color: #fff;
}
.overlay-panel a:not([class]) {
color: inherit;
text-decoration: underline;
}
.overlay-panel > :last-child {
margin-bottom: 0;
}
.overlay-panel h1, .overlay-panel h2, .overlay-panel h3, .overlay-panel h4, .overlay-panel h5, .overlay-panel h6 {
color: inherit;
}
/* sub-object `overlay-hover`
========================================================================== */
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
opacity: 0;
}
/* modifier `overlay-background`
========================================================================== */
.overlay-background {
background: rgba(0, 0, 0, .5);
}
/* modifier `overlay-image`
========================================================================== */
.overlay-image {
width: 100%;
max-width: 100%;
padding: 0;
}
/* modifier `overlay-shade`
========================================================================== */
.overlay-shade {
background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, .87)), to(#fff)) repeat scroll 0 0;
background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
}
/* position modifiers
========================================================================== */
.overlay-top {
bottom: auto;
}
.overlay-bottom {
top: auto;
}
.overlay-left {
right: auto;
}
.overlay-right {
left: auto;
}
/* sub-object `overlay-icon`
========================================================================== */
.overlay-icon {
font-size: 0;
text-align: center;
}
.overlay-icon:before {
display: inline-block;
height: 100%;
vertical-align: middle;
content: "";
}
.overlay-icon .icon {
display: inline-block;
width: 32px;
height: 32px;
margin-right: 10px;
margin-left: 10px;
font-size: 32px;
line-height: 1;
color: #fff;
text-decoration: none;
}
/* sub-object `overlay-anchor`
========================================================================== */
.overlay-anchor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* transitions
========================================================================== */
.overlay-fade, .overlay-scale, .overlay-spin, .overlay-grayscale, .overlay-blur, [class*='overlay-slide'] {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
-o-transition-property: opacity -o-transform filter;
transition-property: opacity transform filter;
}
.overlay-fade {
opacity: .7;
}
.overlay-hover:hover .overlay-fade {
opacity: 1;
}
.overlay-scale {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.overlay-hover:hover .overlay-scale {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.overlay-spin {
-webkit-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
.overlay-hover:hover .overlay-spin {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
-o-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
.overlay-grayscale {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.overlay-hover:hover .overlay-grayscale {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
}
[class*='overlay-slide'] {
opacity: 0;
}
/* top */
.overlay-slide-top {
-webkit-transform: translatey(-100%);
-ms-transform: translatey(-100%);
-o-transform: translatey(-100%);
transform: translatey(-100%);
}
/* bottom */
.overlay-slide-bottom {
-webkit-transform: translatey(100%);
-ms-transform: translatey(100%);
-o-transform: translatey(100%);
transform: translatey(100%);
}
/* left */
.overlay-slide-left {
-webkit-transform: translatex(-100%);
-ms-transform: translatex(-100%);
-o-transform: translatex(-100%);
transform: translatex(-100%);
}
/* right */
.overlay-slide-right {
-webkit-transform: translatex(100%);
-ms-transform: translatex(100%);
-o-transform: translatex(100%);
transform: translatex(100%);
}
/* hover */
.overlay-hover:hover [class*='overlay-slide'] {
opacity: 1;
-webkit-transform: translatex(0) translatey(0);
-ms-transform: translatex(0) translatey(0);
-o-transform: translatex(0) translatey(0);
transform: translatex(0) translatey(0);
}
.comments {
padding: 0;
margin: 0;
}
.comments .comment {
border: none;
border-bottom: 1px solid #e4eaec;
}
.comments .comment .comment:first-child {
border-top: 1px solid #e4eaec;
}
.comments .comment .comment:last-child {
border-bottom: none;
}
.comment {
padding: 20px 0;
margin: 0;
}
.comment .comment {
padding-bottom: 20px;
margin-top: 20px;
}
.comment .comment:last-child {
padding-bottom: 0;
}
.comment-author, .comment-author:hover, .comment-author:focus {
color: #37474f;
}
.comment-meta {
display: inline-block;
margin-left: 5px;
font-size: 12px;
color: #a3afb7;
}
.comment-content {
margin-top: 5px;
}
.comment-content p {
margin-bottom: 10px;
}
.comment-actions {
margin-top: 10px;
text-align: right;
}
.comment-actions a {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.comment-actions a.icon {
text-decoration: none;
}
.comment-actions a:last-child {
margin-right: 0;
}
.comment-reply {
margin: 22px 0 10px;
}
.comment-reply .form-group:last-child {
margin-bottom: 0;
}
.pearls {
margin-bottom: 22px;
}
.pearls.row {
display: block;
}
.pearl {
position: relative;
padding: 0;
margin: 0;
text-align: center;
}
.pearl:before, .pearl:after {
position: absolute;
top: 18px;
z-index: 0;
width: 50%;
height: 4px;
content: "";
background-color: #f3f7f9;
}
.pearl:before {
left: 0;
}
.pearl:after {
right: 0;
}
.pearl:first-child:before, .pearl:last-child:after {
display: none !important;
}
.pearl-number, .pearl-icon {
position: relative;
z-index: 1;
display: inline-block;
width: 36px;
height: 36px;
line-height: 32px;
color: #fff;
text-align: center;
background: #ccd5db;
border: 2px solid #ccd5db;
border-radius: 50%;
}
.pearl-number {
font-size: 18px;
}
.pearl-icon {
font-size: 18px;
}
.pearl-title {
display: block;
margin-top: .5em;
margin-bottom: 0;
overflow: hidden;
font-size: 16px;
color: #526069;
text-overflow: ellipsis;
word-wrap: normal;
/* for ie */
white-space: nowrap;
}
.pearl.current:before, .pearl.current:after {
background-color: #ff6f06;
}
.pearl.current .pearl-number, .pearl.current .pearl-icon {
color: #ff6f06;
background-color: #fff;
border-color: #ff6f06;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.pearl.disabled {
pointer-events: none;
cursor: auto;
}
.pearl.disabled:before, .pearl.disabled:after {
background-color: #f3f7f9;
}
.pearl.disabled .pearl-number, .pearl.disabled .pearl-icon {
color: #fff;
background-color: #ccd5db;
border-color: #ccd5db;
}
.pearl.error:before {
background-color: #ff6f06;
}
.pearl.error:after {
background-color: #f3f7f9;
}
.pearl.error .pearl-number, .pearl.error .pearl-icon {
color: #f96868;
background-color: #fff;
border-color: #f96868;
}
.pearl.done:before, .pearl.done:after {
background-color: #ff6f06;
}
.pearl.done .pearl-number, .pearl.done .pearl-icon {
color: #fff;
background-color: #ff6f06;
border-color: #ff6f06;
}
.pearls-lg .pearl:before, .pearls-lg .pearl:after {
top: 20px;
}
.pearls-lg .pearl-title {
font-size: 18px;
}
.pearls-lg .pearl-number, .pearls-lg .pearl-icon {
width: 40px;
height: 40px;
line-height: 36px;
}
.pearls-lg .pearl-icon {
font-size: 20px;
}
.pearls-lg .pearl-number {
font-size: 20px;
}
.pearls-sm .pearl:before, .pearls-sm .pearl:after {
top: 16px;
}
.pearls-sm .pearl-title {
font-size: 14px;
}
.pearls-sm .pearl-number, .pearls-sm .pearl-icon {
width: 32px;
height: 32px;
line-height: 28px;
}
.pearls-sm .pearl-number {
font-size: 16px;
}
.pearls-sm .pearl-icon {
font-size: 14px;
}
.pearls-xs .pearl:before, .pearls-xs .pearl:after {
top: 12px;
height: 2px;
}
.pearls-xs .pearl-title {
font-size: 12px;
}
.pearls-xs .pearl-number, .pearls-xs .pearl-icon {
width: 24px;
height: 24px;
line-height: 20px;
}
.pearls-xs .pearl-number {
font-size: 12px;
}
.pearls-xs .pearl-icon {
font-size: 12px;
}
.ribbon {
position: absolute;
top: -3px;
left: -3px;
width: 150px;
height: 150px;
text-align: center;
background-color: transparent;
}
.ribbon-inner {
position: absolute;
top: 16px;
left: 0;
display: inline-block;
height: 30px;
padding-right: 20px;
padding-left: 20px;
line-height: 30px;
color: #fff;
white-space: nowrap;
background-color: #526069;
}
.ribbon-inner .icon {
font-size: 16px;
}
.ribbon-lg .ribbon-inner {
height: 38px;
font-size: 18px;
line-height: 38px;
}
.ribbon-sm .ribbon-inner {
height: 26px;
font-size: 12px;
line-height: 26px;
}
.ribbon-xs .ribbon-inner {
height: 22px;
font-size: 12px;
line-height: 22px;
}
.ribbon-vertical .ribbon-inner {
top: 0;
left: 16px;
width: 30px;
height: 60px;
padding: 15px 0;
}
.ribbon-vertical.ribbon-xs .ribbon-inner {
width: 22px;
height: 50px;
}
.ribbon-vertical.ribbon-sm .ribbon-inner {
width: 26px;
height: 55px;
}
.ribbon-vertical.ribbon-lg .ribbon-inner {
width: 38px;
height: 70px;
}
.ribbon-reverse {
right: -3px;
left: auto;
}
.ribbon-reverse .ribbon-inner {
right: 0;
left: auto;
}
.ribbon-reverse.ribbon-vertical .ribbon-inner {
right: 16px;
}
.ribbon-bookmark .ribbon-inner {
-webkit-box-shadow: none;
box-shadow: none;
}
.ribbon-bookmark .ribbon-inner:before {
position: absolute;
top: 0;
left: 100%;
display: block;
width: 0;
height: 0;
content: '';
border: 15px solid #526069;
border-right: 10px solid transparent;
}
.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
top: 100%;
left: 0;
margin-top: -15px;
border-right: 15px solid #526069;
border-bottom: 10px solid transparent;
}
.ribbon-bookmark.ribbon-vertical.ribbon-xs .ribbon-inner:before {
margin-top: -11px;
}
.ribbon-bookmark.ribbon-vertical.ribbon-sm .ribbon-inner:before {
margin-top: -13px;
}
.ribbon-bookmark.ribbon-vertical.ribbon-lg .ribbon-inner:before {
margin-top: -19px;
}
.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
right: 100%;
left: auto;
border-right: 15px solid #526069;
border-left: 10px solid transparent;
}
.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner:before {
right: auto;
left: 0;
border-right-color: #526069;
border-bottom-color: transparent;
border-left: 15px solid #526069;
}
.ribbon-bookmark.ribbon-xs .ribbon-inner:before {
border-width: 11px;
}
.ribbon-bookmark.ribbon-sm .ribbon-inner:before {
border-width: 13px;
}
.ribbon-bookmark.ribbon-lg .ribbon-inner:before {
border-width: 19px;
}
.ribbon-badge {
top: -2px;
left: -2px;
overflow: hidden;
}
.ribbon-badge .ribbon-inner {
left: -40px;
width: 100%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ribbon-badge.ribbon-reverse {
right: -2px;
left: auto;
}
.ribbon-badge.ribbon-reverse .ribbon-inner {
right: -40px;
left: auto;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ribbon-badge.ribbon-bottom {
top: auto;
bottom: -2px;
}
.ribbon-badge.ribbon-bottom .ribbon-inner {
top: auto;
bottom: 16px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ribbon-badge.ribbon-bottom.ribbon-reverse .ribbon-inner {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ribbon-corner {
top: 0;
left: 0;
overflow: hidden;
}
.ribbon-corner .ribbon-inner {
top: 0;
left: 0;
width: 40px;
height: 35px;
padding: 0;
line-height: 35px;
background-color: transparent;
}
.ribbon-corner .ribbon-inner:before {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
content: '';
border: 30px solid transparent;
border-top-color: #526069;
border-left-color: #526069;
}
.ribbon-corner.ribbon-reverse {
right: 0;
left: auto;
}
.ribbon-corner.ribbon-reverse .ribbon-inner {
right: 0;
left: auto;
}
.ribbon-corner.ribbon-reverse .ribbon-inner:before {
right: 0;
left: auto;
border-right-color: #526069;
border-left-color: transparent;
}
.ribbon-corner.ribbon-bottom {
top: auto;
bottom: 0;
}
.ribbon-corner.ribbon-bottom .ribbon-inner {
top: auto;
bottom: 0;
}
.ribbon-corner.ribbon-bottom .ribbon-inner:before {
top: auto;
bottom: 0;
border-top-color: transparent;
border-bottom-color: #526069;
}
.ribbon-corner.ribbon-xs .ribbon-inner {
width: 28px;
height: 26px;
line-height: 26px;
}
.ribbon-corner.ribbon-xs .ribbon-inner:before {
border-width: 22px;
}
.ribbon-corner.ribbon-xs .ribbon-inner > .icon {
font-size: 12px;
}
.ribbon-corner.ribbon-sm .ribbon-inner {
width: 34px;
height: 32px;
line-height: 32px;
}
.ribbon-corner.ribbon-sm .ribbon-inner:before {
border-width: 26px;
}
.ribbon-corner.ribbon-sm .ribbon-inner > .icon {
font-size: 12px;
}
.ribbon-corner.ribbon-lg .ribbon-inner {
width: 46px;
height: 44px;
line-height: 44px;
}
.ribbon-corner.ribbon-lg .ribbon-inner:before {
border-width: 36px;
}
.ribbon-corner.ribbon-lg .ribbon-inner > .icon {
font-size: 18px;
}
.ribbon-clip {
left: -14px;
}
.ribbon-clip .ribbon-inner {
padding-left: 23px;
border-radius: 0 5px 5px 0;
}
.ribbon-clip .ribbon-inner:after {
position: absolute;
bottom: -14px;
left: 0;
width: 0;
height: 0;
content: '';
border: 7px solid transparent;
border-top-color: #37474f;
border-right-color: #37474f;
}
.ribbon-clip.ribbon-reverse {
right: -14px;
left: auto;
}
.ribbon-clip.ribbon-reverse .ribbon-inner {
padding-right: 23px;
padding-left: 15px;
border-radius: 5px 0 0 5px;
}
.ribbon-clip.ribbon-reverse .ribbon-inner:after {
right: 0;
left: auto;
border-right-color: transparent;
border-left-color: #37474f;
}
.ribbon-clip.ribbon-bottom {
top: auto;
bottom: -3px;
}
.ribbon-clip.ribbon-bottom .ribbon-inner {
top: auto;
bottom: 16px;
}
.ribbon-clip.ribbon-bottom .ribbon-inner:after {
top: -14px;
bottom: auto;
border-top-color: transparent;
border-bottom-color: #37474f;
}
.ribbon-primary .ribbon-inner {
background-color: #ff6f06;
}
.ribbon-primary.ribbon-bookmark .ribbon-inner:before {
border-color: #ff6f06;
border-right-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
border-right-color: #ff6f06;
border-left-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
border-right-color: #ff6f06;
border-bottom-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
border-right-color: #ff6f06;
border-bottom-color: transparent;
border-left-color: #ff6f06;
}
.ribbon-primary.ribbon-corner .ribbon-inner {
background-color: transparent;
}
.ribbon-primary.ribbon-corner .ribbon-inner:before {
border-top-color: #ff6f06;
border-left-color: #ff6f06;
}
.ribbon-primary.ribbon-corner.ribbon-reverse .ribbon-inner:before {
border-right-color: #ff6f06;
border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom .ribbon-inner:before {
border-top-color: transparent;
border-bottom-color: #ff6f06;
}
.ribbon-primary .ribbon-inner:after {
border-top-color: #4e97d9;
border-right-color: #4e97d9;
}
.ribbon-primary.ribbon-reverse .ribbon-inner:after {
border-right-color: transparent;
border-left-color: #4e97d9;
}
.ribbon-primary.ribbon-bottom .ribbon-inner:after {
border-top-color: transparent;
border-bottom-color: #4e97d9;
}
.ribbon-success .ribbon-inner {
background-color: #46be8a;
}
.ribbon-success.ribbon-bookmark .ribbon-inner:before {
border-color: #46be8a;
border-right-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
border-right-color: #46be8a;
border-left-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
border-right-color: #46be8a;
border-bottom-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
border-right-color: #46be8a;
border-bottom-color: transparent;
border-left-color: #46be8a;
}
.ribbon-success.ribbon-corner .ribbon-inner {
background-color: transparent;
}
.ribbon-success.ribbon-corner .ribbon-inner:before {
border-top-color: #46be8a;
border-left-color: #46be8a;
}
.ribbon-success.ribbon-corner.ribbon-reverse .ribbon-inner:before {
border-right-color: #46be8a;
border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom .ribbon-inner:before {
border-top-color: transparent;
border-bottom-color: #46be8a;
}
.ribbon-success .ribbon-inner:after {
border-top-color: #36ab7a;
border-right-color: #36ab7a;
}
.ribbon-success.ribbon-reverse .ribbon-inner:after {
border-right-color: transparent;
border-left-color: #36ab7a;
}
.ribbon-success.ribbon-bottom .ribbon-inner:after {
border-top-color: transparent;
border-bottom-color: #36ab7a;
}
.ribbon-info .ribbon-inner {
background-color: #57c7d4;
}
.ribbon-info.ribbon-bookmark .ribbon-inner:before {
border-color: #57c7d4;
border-right-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
border-right-color: #57c7d4;
border-left-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
border-right-color: #57c7d4;
border-bottom-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
border-right-color: #57c7d4;
border-bottom-color: transparent;
border-left-color: #57c7d4;
}
.ribbon-info.ribbon-corner .ribbon-inner {
background-color: transparent;
}
.ribbon-info.ribbon-corner .ribbon-inner:before {
border-top-color: #57c7d4;
border-left-color: #57c7d4;
}
.ribbon-info.ribbon-corner.ribbon-reverse .ribbon-inner:before {
border-right-color: #57c7d4;
border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom .ribbon-inner:before {
border-top-color: transparent;
border-bottom-color: #57c7d4;
}
.ribbon-info .ribbon-inner:after {
border-top-color: #47b8c6;
border-right-color: #47b8c6;
}
.ribbon-info.ribbon-reverse .ribbon-inner:after {
border-right-color: transparent;
border-left-color: #47b8c6;
}
.ribbon-info.ribbon-bottom .ribbon-inner:after {
border-top-color: transparent;
border-bottom-color: #47b8c6;
}
.ribbon-warning .ribbon-inner {
background-color: #f2a654;
}
.ribbon-warning.ribbon-bookmark .ribbon-inner:before {
border-color: #f2a654;
border-right-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
border-right-color: #f2a654;
border-left-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
border-right-color: #f2a654;
border-bottom-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
border-right-color: #f2a654;
border-bottom-color: transparent;
border-left-color: #f2a654;
}
.ribbon-warning.ribbon-corner .ribbon-inner {
background-color: transparent;
}
.ribbon-warning.ribbon-corner .ribbon-inner:before {
border-top-color: #f2a654;
border-left-color: #f2a654;
}
.ribbon-warning.ribbon-corner.ribbon-reverse .ribbon-inner:before {
border-right-color: #f2a654;
border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom .ribbon-inner:before {
border-top-color: transparent;
border-bottom-color: #f2a654;
}
.ribbon-warning .ribbon-inner:after {
border-top-color: #ec9940;
border-right-color: #ec9940;
}
.ribbon-warning.ribbon-reverse .ribbon-inner:after {
border-right-color: transparent;
border-left-color: #ec9940;
}
.ribbon-warning.ribbon-bottom .ribbon-inner:after {
border-top-color: transparent;
border-bottom-color: #ec9940;
}
.ribbon-danger .ribbon-inner {
background-color: #f96868;
}
.ribbon-danger.ribbon-bookmark .ribbon-inner:before {
border-color: #f96868;
border-right-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
border-right-color: #f96868;
border-left-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
border-right-color: #f96868;
border-bottom-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
border-right-color: #f96868;
border-bottom-color: transparent;
border-left-color: #f96868;
}
.ribbon-danger.ribbon-corner .ribbon-inner {
background-color: transparent;
}
.ribbon-danger.ribbon-corner .ribbon-inner:before {
border-top-color: #f96868;
border-left-color: #f96868;
}
.ribbon-danger.ribbon-corner.ribbon-reverse .ribbon-inner:before {
border-right-color: #f96868;
border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom .ribbon-inner:before {
border-top-color: transparent;
border-bottom-color: #f96868;
}
.ribbon-danger .ribbon-inner:after {
border-top-color: #e9595b;
border-right-color: #e9595b;
}
.ribbon-danger.ribbon-reverse .ribbon-inner:after {
border-right-color: transparent;
border-left-color: #e9595b;
}
.ribbon-danger.ribbon-bottom .ribbon-inner:after {
border-top-color: transparent;
border-bottom-color: #e9595b;
}
.dotnav {
padding: 0;
margin: 0;
text-align: center;
list-style: none;
}
.dotnav > li {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
margin: 0 16px;
vertical-align: top;
list-style: none;
}
.dotnav > li > a {
display: inline-block;
width: 100%;
height: 100%;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
cursor: pointer;
background-color: rgba(255, 255, 255, .3);
border-radius: 50%;
}
.dotnav > li > a:focus {
outline: none;
}
.dotnav > li.active > a, .dotnav > li:hover > a, .dotnav > li:focus > a {
background-color: #fff;
}
.dotnav-scaleup > li > a {
-webkit-transition: -webkit-transform .3s ease 0s, background-color .3s ease 0s;
-o-transition: -o-transform .3s ease 0s, background-color .3s ease 0s;
transition: transform .3s ease 0s, background-color .3s ease 0s;
}
.dotnav-scaleup > li.active > a {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
}
.dotnav-stroke > li > a {
border: 2px solid transparent;
-webkit-transition: border .3s ease 0s, background-color .3s ease 0s;
-o-transition: border .3s ease 0s, background-color .3s ease 0s;
transition: border .3s ease 0s, background-color .3s ease 0s;
}
.dotnav-stroke > li.active > a {
background-color: transparent;
border-color: #fff;
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.dotnav-fillin > li > a {
background-color: transparent;
-webkit-box-shadow: 0 0 0 2px #fff inset;
box-shadow: 0 0 0 2px #fff inset;
-webkit-transition: -webkit-box-shadow .3s ease 0s;
-o-transition: box-shadow .3s ease 0s;
transition: box-shadow .3s ease 0s;
}
.dotnav-fillin > li:hover > a, .dotnav-fillin > li:focus > a {
background-color: transparent;
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .6) inset;
box-shadow: 0 0 0 2px rgba(255, 255, 255, .6) inset;
}
.dotnav-fillin > li.active > a {
-webkit-box-shadow: 0 0 0 8px #fff inset;
box-shadow: 0 0 0 8px #fff inset;
}
.dotnav-dotstroke > li > a {
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .5) inset;
box-shadow: 0 0 0 8px rgba(255, 255, 255, .5) inset;
-webkit-transition: -webkit-box-shadow .3s ease 0s;
-o-transition: box-shadow .3s ease 0s;
transition: box-shadow .3s ease 0s;
}
.dotnav-dotstroke > li.active > a {
background-color: rgba(255, 255, 255, .3);
-webkit-box-shadow: 0 0 0 2px #fff inset;
box-shadow: 0 0 0 2px #fff inset;
}
.dotnav-fall > li:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
content: '';
background-color: rgba(0, 0, 0, .3);
border-radius: 50%;
opacity: 0;
-webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
-o-transition: -o-transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
-webkit-transform: translate(0%, -200%);
-ms-transform: translate(0%, -200%);
-o-transform: translate(0%, -200%);
transform: translate(0%, -200%);
}
.dotnav-fall > li > a {
-webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
-o-transition: -o-transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
transition: transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
}
.dotnav-fall > li.active:after {
visibility: visible;
opacity: 1;
-webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s;
-o-transition: -o-transform .3s ease 0s, opacity .3s ease 0s;
transition: transform .3s ease 0s, opacity .3s ease 0s;
-webkit-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
-o-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
.dotnav-fall > li.active > a {
opacity: 0;
-webkit-transform: translate(0, 200%);
-ms-transform: translate(0, 200%);
-o-transform: translate(0, 200%);
transform: translate(0, 200%);
}
.color-selector {
padding: 0;
margin: 0;
list-style: none;
}
.color-selector > li {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
margin: 0 8px 8px 0;
background-color: #ff6f06;
border-radius: 100%;
}
.color-selector > li:hover {
opacity: .8;
}
.color-selector > li:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: inherit;
height: inherit;
content: "";
background: inherit;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: inherit;
}
.color-selector > li input[type="radio"] {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: inherit;
height: inherit;
cursor: pointer;
border-radius: inherit;
opacity: 0;
}
.color-selector > li input[type="radio"]:disabled {
cursor: not-allowed;
}
.color-selector > li label {
position: relative;
font-family: "web icons";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
}
.color-selector > li input[type="radio"]:checked label:after {
position: absolute;
top: 0;
left: 8px;
display: inline-block;
margin-top: -2px;
font-size: 16px;
line-height: 1;
color: #fff;
content: "\f192";
}
.color-selector > li.color-selector-disabled {
background-color: #ccd5db !important;
}
.color-selector > li.color-selector-disabled input[type="radio"]:disabled {
cursor: not-allowed;
}
.width-50 {
width: 50px;
}
.width-100 {
width: 100px;
}
.width-150 {
width: 150px;
}
.width-200 {
width: 200px;
}
.width-250 {
width: 250px;
}
.width-300 {
width: 300px;
}
.width-350 {
width: 350px;
}
.width-400 {
width: 400px;
}
.width-450 {
width: 450px;
}
.width-500 {
width: 500px;
}
.width-full {
width: 100% !important;
}
@media (max-width: 767px) {
.width-xs-50 {
width: 50px;
}
.width-xs-100 {
width: 100px;
}
.width-xs-150 {
width: 150px;
}
.width-xs-200 {
width: 200px;
}
.width-xs-250 {
width: 250px;
}
.width-xs-300 {
width: 300px;
}
.width-xs-350 {
width: 350px;
}
.width-xs-400 {
width: 400px;
}
.width-xs-450 {
width: 450px;
}
.width-xs-500 {
width: 500px;
}
.width-xs-100pc {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.width-sm-50 {
width: 50px;
}
.width-sm-100 {
width: 100px;
}
.width-sm-150 {
width: 150px;
}
.width-sm-200 {
width: 200px;
}
.width-sm-250 {
width: 250px;
}
.width-sm-300 {
width: 300px;
}
.width-sm-350 {
width: 350px;
}
.width-sm-400 {
width: 400px;
}
.width-sm-450 {
width: 450px;
}
.width-sm-500 {
width: 500px;
}
.width-sm-100pc {
width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.width-md-50 {
width: 50px;
}
.width-md-100 {
width: 100px;
}
.width-md-150 {
width: 150px;
}
.width-md-200 {
width: 200px;
}
.width-md-250 {
width: 250px;
}
.width-md-300 {
width: 300px;
}
.width-md-350 {
width: 350px;
}
.width-md-400 {
width: 400px;
}
.width-md-450 {
width: 450px;
}
.width-md-500 {
width: 500px;
}
}
@media (min-width: 1200px) {
.width-lg-50 {
width: 50px;
}
.width-lg-100 {
width: 100px;
}
.width-lg-150 {
width: 150px;
}
.width-lg-200 {
width: 200px;
}
.width-lg-250 {
width: 250px;
}
.width-lg-300 {
width: 300px;
}
.width-lg-350 {
width: 350px;
}
.width-lg-400 {
width: 400px;
}
.width-lg-450 {
width: 450px;
}
.width-lg-500 {
width: 500px;
}
}
.height-50 {
height: 50px;
}
.height-100 {
height: 100px;
}
.height-120 {
height: 120px;
}
.height-150 {
height: 150px;
}
.height-200 {
height: 200px;
}
.height-250 {
height: 250px;
}
.height-300 {
height: 300px;
}
.height-350 {
height: 350px;
}
.height-400 {
height: 400px;
}
.height-450 {
height: 450px;
}
.height-500 {
height: 500px;
}
.height-full {
height: 100% !important;
}
@media (max-width: 767px) {
.height-xs-50 {
height: 50px;
}
.height-xs-100 {
height: 100px;
}
.height-xs-120 {
height: 120px;
}
.height-xs-150 {
height: 150px;
}
.height-xs-200 {
height: 200px;
}
.height-xs-250 {
height: 250px;
}
.height-xs-300 {
height: 300px;
}
.height-xs-350 {
height: 350px;
}
.height-xs-400 {
height: 400px;
}
.height-xs-450 {
height: 450px;
}
.height-xs-500 {
height: 500px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.height-sm-50 {
height: 50px;
}
.height-sm-100 {
height: 100px;
}
.height-sm-120 {
height: 120px;
}
.height-sm-150 {
height: 150px;
}
.height-sm-200 {
height: 200px;
}
.height-sm-250 {
height: 250px;
}
.height-sm-300 {
height: 300px;
}
.height-sm-350 {
height: 350px;
}
.height-sm-400 {
height: 400px;
}
.height-sm-450 {
height: 450px;
}
.height-sm-500 {
height: 500px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.height-md-50 {
height: 50px;
}
.height-md-100 {
height: 100px;
}
.height-md-120 {
height: 120px;
}
.height-md-150 {
height: 150px;
}
.height-md-200 {
height: 200px;
}
.height-md-250 {
height: 250px;
}
.height-md-300 {
height: 300px;
}
.height-md-350 {
height: 350px;
}
.height-md-400 {
height: 400px;
}
.height-md-450 {
height: 450px;
}
.height-md-500 {
height: 500px;
}
}
@media (min-width: 1200px) {
.height-lg-50 {
height: 50px;
}
.height-lg-100 {
height: 100px;
}
.height-lg-120 {
height: 120px;
}
.height-lg-150 {
height: 150px;
}
.height-lg-200 {
height: 200px;
}
.height-lg-250 {
height: 250px;
}
.height-lg-300 {
height: 300px;
}
.height-lg-350 {
height: 350px;
}
.height-lg-400 {
height: 400px;
}
.height-lg-450 {
height: 450px;
}
.height-lg-500 {
height: 500px;
}
}
.margin-0 {
margin: 0 !important;
}
.margin-3 {
margin: 3px !important;
}
.margin-5 {
margin: 5px !important;
}
.margin-10 {
margin: 10px !important;
}
.margin-15 {
margin: 15px !important;
}
.margin-20 {
margin: 20px !important;
}
.margin-25 {
margin: 25px !important;
}
.margin-30 {
margin: 30px !important;
}
.margin-35 {
margin: 35px !important;
}
.margin-40 {
margin: 40px !important;
}
.margin-45 {
margin: 45px !important;
}
.margin-50 {
margin: 50px !important;
}
.margin-60 {
margin: 60px !important;
}
.margin-70 {
margin: 70px !important;
}
.margin-80 {
margin: 80px !important;
}
.margin-vertical-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.margin-vertical-3 {
margin-top: 3px !important;
margin-bottom: 3px !important;
}
.margin-vertical-5 {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.margin-vertical-10 {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.margin-vertical-15 {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.margin-vertical-20 {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.margin-vertical-25 {
margin-top: 25px !important;
margin-bottom: 25px !important;
}
.margin-vertical-30 {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
.margin-vertical-35 {
margin-top: 35px !important;
margin-bottom: 35px !important;
}
.margin-vertical-40 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.margin-vertical-45 {
margin-top: 45px !important;
margin-bottom: 45px !important;
}
.margin-vertical-50 {
margin-top: 50px !important;
margin-bottom: 50px !important;
}
.margin-vertical-60 {
margin-top: 60px !important;
margin-bottom: 60px !important;
}
.margin-vertical-70 {
margin-top: 70px !important;
margin-bottom: 70px !important;
}
.margin-vertical-80 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.margin-horizontal-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.margin-horizontal-3 {
margin-right: 3px !important;
margin-left: 3px !important;
}
.margin-horizontal-5 {
margin-right: 5px !important;
margin-left: 5px !important;
}
.margin-horizontal-10 {
margin-right: 10px !important;
margin-left: 10px !important;
}
.margin-horizontal-15 {
margin-right: 15px !important;
margin-left: 15px !important;
}
.margin-horizontal-20 {
margin-right: 20px !important;
margin-left: 20px !important;
}
.margin-horizontal-25 {
margin-right: 25px !important;
margin-left: 25px !important;
}
.margin-horizontal-30 {
margin-right: 30px !important;
margin-left: 30px !important;
}
.margin-horizontal-35 {
margin-right: 35px !important;
margin-left: 35px !important;
}
.margin-horizontal-40 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.margin-horizontal-45 {
margin-right: 45px !important;
margin-left: 45px !important;
}
.margin-horizontal-50 {
margin-right: 50px !important;
margin-left: 50px !important;
}
.margin-horizontal-60 {
margin-right: 60px !important;
margin-left: 60px !important;
}
.margin-horizontal-70 {
margin-right: 70px !important;
margin-left: 70px !important;
}
.margin-horizontal-80 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.margin-top-0 {
margin-top: 0 !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-bottom-0 {
margin-bottom: 0 !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-left-0 {
margin-left: 0 !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-right-0 {
margin-right: 0 !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
@media (max-width: 767px) {
.margin-xs-0 {
margin: 0 !important;
}
}
@media (min-width: 768px) {
.margin-sm-0 {
margin: 0 !important;
}
}
@media (min-width: 992px) {
.margin-md-0 {
margin: 0 !important;
}
}
@media (min-width: 1200px) {
.margin-lg-0 {
margin: 0 !important;
}
}
.padding-0 {
padding: 0 !important;
}
.padding-3 {
padding: 3px !important;
}
.padding-5 {
padding: 5px !important;
}
.padding-10 {
padding: 10px !important;
}
.padding-15 {
padding: 15px !important;
}
.padding-20 {
padding: 20px !important;
}
.padding-25 {
padding: 25px !important;
}
.padding-30 {
padding: 30px !important;
}
.padding-35 {
padding: 35px !important;
}
.padding-40 {
padding: 40px !important;
}
.padding-45 {
padding: 45px !important;
}
.padding-50 {
padding: 50px !important;
}
.padding-60 {
padding: 60px !important;
}
.padding-70 {
padding: 70px !important;
}
.padding-80 {
padding: 80px !important;
}
.padding-vertical-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.padding-vertical-3 {
padding-top: 3px !important;
padding-bottom: 3px !important;
}
.padding-vertical-5 {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.padding-vertical-10 {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.padding-vertical-15 {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.padding-vertical-20 {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.padding-vertical-25 {
padding-top: 25px !important;
padding-bottom: 25px !important;
}
.padding-vertical-30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.padding-vertical-35 {
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.padding-vertical-40 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.padding-vertical-45 {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
.padding-vertical-50 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.padding-vertical-60 {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.padding-vertical-70 {
padding-top: 70px !important;
padding-bottom: 70px !important;
}
.padding-vertical-80 {
padding-top: 80px !important;
padding-bottom: 0px !important;
}
.padding-horizontal-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.padding-horizontal-3 {
padding-right: 3px !important;
padding-left: 3px !important;
}
.padding-horizontal-5 {
padding-right: 5px !important;
padding-left: 5px !important;
}
.padding-horizontal-10 {
padding-right: 10px !important;
padding-left: 10px !important;
}
.padding-horizontal-15 {
padding-right: 15px !important;
padding-left: 15px !important;
}
.padding-horizontal-20 {
padding-right: 20px !important;
padding-left: 20px !important;
}
.padding-horizontal-25 {
padding-right: 25px !important;
padding-left: 25px !important;
}
.padding-horizontal-30 {
padding-right: 30px !important;
padding-left: 30px !important;
}
.padding-horizontal-35 {
padding-right: 35px !important;
padding-left: 35px !important;
}
.padding-horizontal-40 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.padding-horizontal-45 {
padding-right: 45px !important;
padding-left: 45px !important;
}
.padding-horizontal-50 {
padding-right: 50px !important;
padding-left: 50px !important;
}
.padding-horizontal-60 {
padding-right: 60px !important;
padding-left: 60px !important;
}
.padding-horizontal-70 {
padding-right: 70px !important;
padding-left: 70px !important;
}
.padding-horizontal-80 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.padding-top-0 {
padding-top: 0 !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-bottom-0 {
padding-bottom: 0 !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-left-0 {
padding-left: 0 !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-right-0 {
padding-right: 0 !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-right-80 {
padding-right: 80px !important;
}
@media (max-width: 767px) {
.padding-xs-0 {
padding: 0 !important;
}
}
@media (min-width: 768px) {
.padding-sm-0 {
padding: 0 !important;
}
}
@media (min-width: 992px) {
.padding-md-0 {
padding: 0 !important;
}
}
@media (min-width: 1200px) {
.padding-lg-0 {
padding: 0 !important;
}
}
.example-wrap {
margin-bottom: 80px;
}
.example-wrap .example-wrap {
margin-bottom: 0;
}
.example {
margin-top: 20px;
margin-bottom: 20px;
}
.example:before, .example:after {
display: table;
content: " ";
}
.example:after {
clear: both;
}
.example-title {
text-transform: uppercase;
}
.example-title, h4.example-title {
font-size: 14px;
}
.panel-body > .example-wrap:last-child {
margin-bottom: 0;
}
.panel-body > .row:last-child > [class*="col-"]:last-child .example-wrap:last-child {
margin-bottom: 0;
}
.example-well {
position: relative;
margin-bottom: 30px;
background-color: #f3f7f9;
}
.example-well .center {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
max-width: 100%;
max-height: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.example-dropdown .dropdown:before, .example-dropdown .dropup:before, .example-dropdown .dropdown:after, .example-dropdown .dropup:after {
display: table;
content: " ";
}
.example-dropdown .dropdown:after, .example-dropdown .dropup:after {
clear: both;
}
.example-dropdown .dropdown > .dropdown-toggle, .example-dropdown .dropup > .dropdown-toggle {
float: left;
}
.example-dropdown .dropdown > .dropdown-menu, .example-dropdown .dropup > .dropdown-menu {
position: static;
display: block;
clear: left;
}
.example-dropdown .dropdown > .dropdown-menu-right, .example-dropdown .dropup > .dropdown-menu-right {
float: right;
clear: right;
}
.example-tooltip {
position: relative;
z-index: 1;
display: inline-block;
}
.example-tooltip .tooltip {
position: relative;
margin-right: 25px;
opacity: 1;
}
.example-grid .example-col, .example-blocks .example-col {
min-height: 0;
padding: 10px 15px 12px;
background-color: #f3f7f9;
border-radius: 0;
}
.example-grid .example-col {
margin-bottom: 20px;
}
.example-grid .example-col .example-col {
margin-top: 20px;
margin-bottom: 0;
background-color: #e2ecf1;
}
.example-popover {
position: relative;
z-index: 1;
display: inline-block;
}
.example-popover .popover {
position: relative;
display: block;
margin-right: 25px;
}
.example-buttons .btn, .example-buttons .btn-group, .example-buttons .btn-group-vertical {
margin-right: 15px;
margin-bottom: 20px;
}
.example-buttons .btn-group-vertical .btn, .example-buttons .btn-group .btn {
margin-right: 0;
margin-bottom: 0;
}
.example-box {
position: relative;
padding: 45px 15px 15px;
margin-right: 0;
margin-left: 0;
border: 1px solid #e4eaec;
}
.example-box:after {
position: absolute;
top: 15px;
left: 15px;
font-size: 12px;
color: #959595;
text-transform: uppercase;
letter-spacing: 1px;
content: "example";
}
.example-avatars .avatar {
margin-right: 20px;
margin-bottom: 20px;
}
.example-avatars .avatar:last-child {
margin-right: 20px;
}
.example-typography {
position: relative;
padding-left: 25%;
}
.example-typography .heading-note, .example-typography .text-note {
position: absolute;
bottom: 2px;
left: 0;
display: block;
width: 260px;
font-size: 13px;
font-weight: 300;
line-height: 13px;
color: #aab2bd;
}
.example-typography .text-note {
top: 10px;
bottom: auto;
}
.example-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.example-responsive {
width: 100%;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
/*web-icons.min.css*/
@font-face {
font-family: 'web icons';
font-style: normal;
font-weight: 400;
src: url(/uploads/image/sfonts/web-icons.eot);
src: url(/uploads/image/sfonts/web-icons.eot) format('embedded-opentype'), url(/uploads/image/sfonts/web-icons.woff2) format('woff2'), url(/uploads/image/sfonts/web-icons.woff) format('woff'), url(/uploads/image/sfonts/web-icons.ttf) format('truetype'), url(/uploads/image/sfonts/web-icons.svg) format('svg')
}
[class*=" wb-"], [class^=wb-] {
position:relative;
display:inline-block;
font-family:'web icons';
font-style:normal;
font-weight:400;
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0);
text-rendering:auto;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.wb-check-close:before {
content: "\f194";
}
/* .wb-check-circle:before {
content: "\f191";
} */
/*font-awesome.min.css*/
/*!
* font awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* license - http://fontawesome.io/license (font: sil ofl 1.1, css: mit license)
*/[class*=" fa-"], [class^=fa-] {
position:relative;
display:inline-block;
font-family:fontawesome;
font-style:normal;
font-weight:400;
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0);
text-rendering:auto;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
@font-face {
font-family: fontawesome;
font-style: normal;
font-weight: 400;
src: url(/uploads/image/sfonts/fontawesome-webfont.eot);
src: url(/uploads/image/sfonts/fontawesome-webfont.eot) format('embedded-opentype'), url(/uploads/image/sfonts/fontawesome-webfont.woff2) format('woff2'), url(/uploads/image/sfonts/fontawesome-webfont.woff) format('woff'), url(/uploads/image/sfonts/fontawesome-webfont.ttf) format('truetype'), url(/uploads/image/sfonts/fontawesome-webfont.svg) format('svg')
}
.fa-database:before {
content: "\f1c0"
}
/* .fa-ban:before {
content: "\f05e";
} */
.fa-question:before {
content: "\f128"
}
.fa-download:before {
content: "\f019"
}
.fa-angle-right:before {
content: "\f105"
}
.fa-angle-up:before {
content: "\f106"
}
.fa-angle-down:before {
content: "\f107"
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-star-empty:before {
content: "\f006";
}
.fa-eye:before {
content: "\f06e"
}
.fa-star:before {
content: "\f005";
}
.fa-user-o:before{
content:"\f2c0";
}
/*7-stroke.min.css*/
@font-face {
font-family: pe-icon-7-stroke;
font-style: normal;
font-weight: 400;
src: url(/uploads/image/sfonts/pe-icon-7-stroke.eot);
src: url(/uploads/image/sfonts/pe-icon-7-stroke.eot) format('embedded-opentype'), url(/uploads/image/sfonts/pe-icon-7-stroke.woff) format('woff'), url(/uploads/image/sfonts/pe-icon-7-stroke.ttf) format('truetype'), url(/uploads/image/sfonts/pe-icon-7-stroke.svg) format('svg')
}
[class*=" pe-"], [class^=pe-] {
position:relative;
display:inline-block;
font-family:pe-icon-7-stroke;
font-style:normal;
font-weight:400;
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0);
text-rendering:auto;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.pe-medal:before {
content: "\e6a0";
}
.pe-ribbon:before {
content: "\e61a";
}
.pe-cart:before {
content: "\e66e";
}
.pe-server:before {
content: "\e617"
}
.pe-help1:before {
content: "\e64a"
}
.pe-info:before {
content: "\e647"
}
.pe-liulan:before {
content: "\e63e"
}
.pe-xiazai:before {
content: "\e68b"
}
/*formvalidation.min.css*/
/*asscrollable.min.css*/
/*alertify.min.css*/
/*webui-popover.min.css*/
/*flag-icon.min.css*/
.dropdown-menu .flag-icon {
margin-right: 5px
}
/*bootstrap-touchspin.min.css*/
.bootstrap-touchspin .input-group-btn-vertical {
position: relative;
display: table-cell;
width: 1%;
white-space: nowrap;
vertical-align: middle
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
position: relative;
display: block;
float: none;
width: 100%;
max-width: 100%;
padding: 9px 16px 8px;
margin-left: -1px
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-bottom: none;
border-radius: 0;
border-top-right-radius: 3px
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
padding: 8px 16px;
border-radius: 0;
border-bottom-right-radius: 3px
}
.bootstrap-touchspin .input-group-btn-vertical i {
position: absolute;
top: 1px;
right: 0;
bottom: 0;
left: 0;
font-size: 10px;
font-weight: 300
}
.bootstrap-touchspin .input-group-btn .btn {
padding: 6px 16px;
font-family: menlo, monaco, consolas, "courier new", monospace
}
.bootstrap-touchspin-postfix.input-group-addon {
border-left: none;
broder-left: 0
}
.bootstrap-touchspin-prefix.input-group-addon {
border-right: none;
broder-right: 0
}
.bootstrap-touchspin input[name=touchspinvertical] {
border-radius: 3px 0 0 3px!important
}
.bootstrap-touchspin .input-group-btn:first-child>.btn, .bootstrap-touchspin .input-group-btn:first-child>.btn-group {
margin-right: -1px
}
.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child) {
border-right: none;
border-left: none
}
.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child)>.btn, .bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child)>.btn {
border-right: none;
border-left: none
}
/*eyoucms.css*/
/*变量定义*/
/*变量*/
/*文字颜色(深)*/
/*鼠标经过文字颜色*/
/*选中状态*/
/*圆角度*/
/*导航高度*/
/*文字颜色(淡)*/
/*文字颜色(浅)*/
/*导航选中背景*/
/*首页间隔区块背景*/
/*面包屑导航*/
/*内页主体背景*/
/*编辑器内容背景*/
/*编辑器文字颜色*/
/*内页背景色*/
/*边框颜色*/
/*样式方法*/
/*超链接文字颜色*/
.less-link {
color: #999999;
}
.less-link:hover {
color: #ff6f06;
}
.less-decorationnone {
text-decoration: none;
}
.less-decorationnone:active, .less-decorationnone:focus, .less-decorationnone:hover {
text-decoration: none;
}
/*弹性布局*/
.flex {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
.flexs {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
/*弹性布局垂直居中*/
.less-flex-vm {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*css3样式*/
.less-transition {
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
/*行高*/
.height-20 {
height: 20px;
}
/**/
.less-page-content {
background: #ffffff;
padding: 30px;
}
@media (max-width: 767px) {
.less-page-content {
padding: 10px;
}
}
.less-page-body {
padding: 30px 0px;
background: #ffffff;
}
@media (max-width: 767px) {
.less-page-body {
padding: 0px;
}
}
.less-uldestyle {
padding: 0px;
list-style: none;
}
/*编辑器*/
.ey-editor {
background: #ffffff;
padding: 30px;
font-size: 18px;
font-weight: 300;
line-height: 1.8;
color: #222;
word-break: break-all;
}
@media (max-width: 767px) {
.ey-editor {
padding: 10px;
}
}
.ey-editor p {
margin-bottom: 16px;
}
.ey-editor img {
max-width: 100% !important;
height: auto!important;
}
.ey-editor table {
color: #999999;
}
.ey-editor .table-saw {
overflow-x: auto;
}
.ey-editor video, .ey-editor .metvideo, .ey-editor iframe {
max-width: 100% !important;
margin: auto;
display: block;
}
/*分页*/
.padding_pager {
display: grid;
}
.ey_pager {
width: 100%;
display: inline-table;
margin: 20px 0;
text-align: center;
}
.ey_pager * {
display: inline-table;
}
.ey_pager a, .ey_pager .prespan, .ey_pager .nextspan {
padding: 5px 12px;
border: 1px solid #e4eaec;
background: #fff;
}
.ey_pager a {
color: #76838f;
text-decoration: none;
}
.ey_pager a:active, .ey_pager a:focus, .ey_pager a:hover {
text-decoration: none;
}
.ey_pager a:hover {
background: #f5f5f5;
}
.ey_pager a.nexta {
border-right: 1px solid #e4eaec;
}
.ey_pager a.ahover {
border-color: #ff6f06;
background: #ff6f06;
color: #fff;
}
.ey_pager .prespan, .ey_pager .nextspan {
color: #ccd5db;
cursor: not-allowed;
}
.ey_pager input, .ey_pager .pagetext {
display: none;
}
@media (max-width: 767px) {
.ey_pager a, .ey_pager .prespan, .ey_pager .nextspan {
padding: 3px 9px;
}
.ey_pager .pageinfo {
display: block;
margin-top: 5px;
}
}
/*翻篇*/
.ey_page li {
width: 49%;
display: inline-block;
font-size: 16px;
}
.ey_page li a {
max-width: 100%;
}
/**/
@keyframes mrotatex {
from {
-webkit-transform: rotatex(0deg);
-moz-transform: rotatex(0deg);
-o-transform: rotatex(0deg);
-ms-transform: rotatex(0deg);
transform: rotatex(0deg);
}
to {
-webkit-transform: rotatex(180deg);
-moz-transform: rotatex(180deg);
-o-transform: rotatex(180deg);
-ms-transform: rotatex(180deg);
transform: rotatex(180deg);
}
}
@-moz-keyframes mrotatex {
from {
-webkit-transform: rotatex(0deg);
-moz-transform: rotatex(0deg);
-o-transform: rotatex(0deg);
-ms-transform: rotatex(0deg);
transform: rotatex(0deg);
}
to {
-webkit-transform: rotatex(180deg);
-moz-transform: rotatex(180deg);
-o-transform: rotatex(180deg);
-ms-transform: rotatex(180deg);
transform: rotatex(180deg);
}
}
@-webkit-keyframes mrotatex {
from {
-webkit-transform: rotatex(0deg);
-moz-transform: rotatex(0deg);
-o-transform: rotatex(0deg);
-ms-transform: rotatex(0deg);
transform: rotatex(0deg);
}
to {
-webkit-transform: rotatex(180deg);
-moz-transform: rotatex(180deg);
-o-transform: rotatex(180deg);
-ms-transform: rotatex(180deg);
transform: rotatex(180deg);
}
}
@-o-keyframes mrotatex {
from {
-webkit-transform: rotatex(0deg);
-moz-transform: rotatex(0deg);
-o-transform: rotatex(0deg);
-ms-transform: rotatex(0deg);
transform: rotatex(0deg);
}
to {
-webkit-transform: rotatex(180deg);
-moz-transform: rotatex(180deg);
-o-transform: rotatex(180deg);
-ms-transform: rotatex(180deg);
transform: rotatex(180deg);
}
}
@keyframes circle {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
}
@-moz-keyframes circle {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
}
@-webkit-keyframes circle {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
}
@-o-keyframes circle {
0% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
}
/* 反馈弹窗 */
/* 表单验证码图片 */
#getcode {
height: 24px;
}
/*初始化样式*/
/*全局样式*/
html, body {
width: 100%;
max-width: 100%;
min-width: 320px;
}
body {
font: 14px/1.5 roboto, pingfang sc, lantinghei sc, microsoft yahei, hiragino sans gb, microsoft sans serif, wenquanyi micro hei, sans-serif !important;
color: #999999;
overflow-x: hidden;
}
body.indexcss {
background: #f7f7f7;
}
body .ey-footnav {
font: 14px/1.5 roboto, pingfang sc, lantinghei sc, microsoft yahei, hiragino sans gb, microsoft sans serif, wenquanyi micro hei, sans-serif !important;
color: #999999;
overflow-x: hidden;
}
.ey-pinghei, #product-summary .summary-body h3, #product-summary .summary-body p.desc, #product-seo section.section h3, #product-seo section.section p.desc, #product-exp .tab-exp h3, #product-exp .tab-exp p.desc, #product-code .tab-code h3, #product-code .tab-code p.desc, #product-para .para-list li .para-title, #product-seave h3, #product-seave p.desc {
font: 16px/1.5 "hanhei-sc", "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
}
.ey-pinghei .h1, .ey-pinghei .h2, .ey-pinghei .h3, .ey-pinghei .h4, .ey-pinghei .h5, .ey-pinghei .h6, .ey-pinghei h1, .ey-pinghei h2, .ey-pinghei h3, .ey-pinghei h4, .ey-pinghei h5, .ey-pinghei h6 {
font-family: "hanhei-sc", "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
}
.ey-pingpangsc {
font: 16px/1.5 "pingfangsc", "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
}
.ey-pingpangsc .h1, .ey-pingpangsc .h2, .ey-pingpangsc .h3, .ey-pingpangsc .h4, .ey-pingpangsc .h5, .ey-pingpangsc .h6, .ey-pingpangsc h1, .ey-pingpangsc h2, .ey-pingpangsc h3, .ey-pingpangsc h4, .ey-pingpangsc h5, .ey-pingpangsc h6 {
font-family: "pingfangsc", "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
}
.tooltip-inner {
padding: 8px 15px;
white-space: nowrap;
font: 14px/1.5 "hanhei-sc", "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
background: #263238;
}
.ey-normal {
font: 14px/1.5 "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
}
.ey-video-link:hover {
text-decoration: none;
}
.webui-popover-content .ey-video-link .icon-play {
position: relative;
top: 2px;
}
.dropdown-menu, .dropdown-menu > li > a {
border-radius: 0px;
font-weight: normal;
}
.overflow-visible {
overflow: visible !important;
}
.dropdown-menu > li {
padding: 0px;
}
.dropdown-menu > li > a:hover {
background: #f5f5f5;
}
.dropdown-menu > li > a {
color: #999999 !important;
transition: color 1.5s;
-moz-transition: color 1.5s;
-webkit-transition: color 1.5s;
-o-transition: color 1.5s;
transition: background 0.5s;
-moz-transition: background 0.5s;
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
}
.dropdown-menu > li > a:hover {
color: #ff6f06 !important;
}
/*图片画廊皮肤*/
/* 省略号 */
.slh, .ey_page li a {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* swiper滚动条 */
.swiper-container-horizontal > .swiper-scrollbar {
bottom: 0;
height: 3px;
z-index: 0;
}
.swiper-scrollbar-drag {
background: rgba(0, 0, 0, 0.2);
}
/* slick */
/*视频弹窗*/
/*其他*/
.height100 {
height: 100% !important;
}
.loader.loader-circle {
border-left-color: #ff6f06;
}
.horizontal {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.white * {
color: #fff;
}
.ofh {
overflow: hidden;
}
.top-0 {
top: 0 !important;
}
.bodycover {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100;
}
.navbar {
width: 100%;
}
.navbar-toolbar .open .dropdown-menu-right {
left: auto;
overflow: visible;
}
@media (min-width: 480px) {
.visible-sxs {
display: none;
}
}
@media (max-width: 479px) {
.hidden-sxs {
display: none;
}
}
.alert-default {
color: #aaaaaa;
background-color: #f3f7f9;
border-color: #f0f2f5;
padding: 15px;
}
/* swiper水平滚动导航 */
.swiper-navtab {
padding-bottom: 3px;
}
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar {
width: 100%;
height: 3px;
left: 0;
bottom: 0;
}
.swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag {
background: rgba(0, 0, 0, 0.1);
}
.swiper-navtab .swiper-wrapper {
width: auto;
}
.swiper-navtab .swiper-wrapper.flex-start {
-webkit-justify-content: flex-start !important;
justify-content: flex-start !important;
}
.swiper-navtab .swiper-slide {
width: auto;
}
/*动画*/
[class*=animation-] {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
-ms-animation-duration: 1s;
animation-duration: 1s;
}
.animation-time500 {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
-ms-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animation-slide-top10 {
animation-name: slide-top10;
-webkit-animation-name: slide-top10;
-moz-animation-name: slide-top10;
-ms-animation-name: slide-top10;
-o-animation-name: slide-top10;
}
.animation-slide-bottom10 {
animation-name: slide-bottom10;
-webkit-animation-name: slide-bottom10;
-moz-animation-name: slide-bottom10;
-ms-animation-name: slide-bottom10;
-o-animation-name: slide-bottom10;
}
.animation-slide-left10 {
animation-name: slide-left10;
-webkit-animation-name: slide-left10;
-moz-animation-name: slide-left10;
-ms-animation-name: slide-left10;
-o-animation-name: slide-left10;
}
.animation-slide-right10 {
animation-name: slide-right10;
-webkit-animation-name: slide-right10;
-moz-animation-name: slide-right10;
-ms-animation-name: slide-right10;
-o-animation-name: slide-right10;
}
.animation-slide-top50 {
animation-name: slide-top50;
-webkit-animation-name: slide-top50;
-moz-animation-name: slide-top50;
-ms-animation-name: slide-top50;
-o-animation-name: slide-top50;
}
.animation-slide-bottom50 {
animation-name: slide-bottom50;
-webkit-animation-name: slide-bottom50;
-moz-animation-name: slide-bottom50;
-ms-animation-name: slide-bottom50;
-o-animation-name: slide-bottom50;
}
.animation-slide-left50 {
animation-name: slide-left50;
-webkit-animation-name: slide-left50;
-moz-animation-name: slide-left50;
-ms-animation-name: slide-left50;
-o-animation-name: slide-left50;
}
.animation-slide-right50 {
animation-name: slide-right50;
-webkit-animation-name: slide-right50;
-moz-animation-name: slide-right50;
-ms-animation-name: slide-right50;
-o-animation-name: slide-right50;
}
.animation-delay-1200 {
animation-delay: 1200ms;
-webkit-animation-delay: 1200ms;
-moz-animation-delay: 1200ms;
-ms-animation-delay: 1200ms;
-o-animation-delay: 1200ms;
}
.animation-delay-1400 {
animation-delay: 1400ms;
-webkit-animation-delay: 1400ms;
-moz-animation-delay: 1400ms;
-ms-animation-delay: 1400ms;
-o-animation-delay: 1400ms;
}
.animation-delay-1600 {
animation-delay: 1600ms;
-webkit-animation-delay: 1600ms;
-moz-animation-delay: 1600ms;
-ms-animation-delay: 1600ms;
-o-animation-delay: 1600ms;
}
@-webkit-keyframes slide-top10 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -10%, 0);
transform: translate3d(0, -10%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-top10 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -10%, 0);
transform: translate3d(0, -10%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slide-top10 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -10%, 0);
transform: translate3d(0, -10%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-bottom10 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10%, 0);
transform: translate3d(0, 10%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-bottom10 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10%, 0);
transform: translate3d(0, 10%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slide-bottom10 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10%, 0);
transform: translate3d(0, 10%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-left10 {
0% {
opacity: 0;
-webkit-transform: translate3d(-10%, 0, 0);
transform: translate3d(-10%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-left10 {
0% {
opacity: 0;
-webkit-transform: translate3d(-10%, 0, 0);
transform: translate3d(-10%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slide-left10 {
0% {
opacity: 0;
-webkit-transform: translate3d(-10%, 0, 0);
transform: translate3d(-10%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-right10 {
0% {
opacity: 0;
-webkit-transform: translate3d(10%, 0, 0);
transform: translate3d(10%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-right10 {
0% {
opacity: 0;
-webkit-transform: translate3d(10%, 0, 0);
transform: translate3d(10%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slide-right10 {
0% {
opacity: 0;
-webkit-transform: translate3d(10%, 0, 0);
transform: translate3d(10%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-top50 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-top50 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slide-top50 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-bottom50 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-bottom50 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slide-bottom50 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-left50 {
0% {
opacity: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-left50 {
0% {
opacity: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slide-left50 {
0% {
opacity: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slide-right50 {
0% {
opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slide-right50 {
0% {
opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slide-right50 {
0% {
opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
/*导航*/
body.ey-navfixed {
}
@media (max-width: 767px) {
body.ey-navfixed {
}
}
.ey-nav {
height: 70px;
margin-bottom: 0px;
background: #fff;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
z-index: 2;/*2018*/
}
.ey-nav .head-ad {
height: 40px;
line-height: 40px;
/* 如果浏览器不支持渐变,使用图像作为背景 */
background: #e53b75;
background: linear-gradient(0deg, #e53b75, #7c51d1);
/* webkit: safari 5.1 , chrome 10 */
background: -webkit-linear-gradient(0deg, #e53b75, #7c51d1);
/* firefox 3.6 */
background: -moz-linear-gradient(0deg, #e53b75, #7c51d1);
/* opera 11.10 */
background: -o-linear-gradient(0deg, #e53b75, #7c51d1);
/* ie 10 */
background: -ms-linear-gradient(0deg, #e53b75, #7c51d1);
/* ie < 10 */
filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#e53b75, endcolorstr=#7c51d1, gradienttype=1);
}
.ey-nav .head-ad a {
display: block;
color: #fff !important;
text-decoration: none !important;
}
.ey-nav.navbar-fixed-top {
z-index: 995;
}
.ey-nav.navbar-shadow {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ey-nav .label {
margin-left: 8px;
position: relative;
}
.ey-nav .navbar-logo {
margin: 0px;
padding: 0px;
margin-left: 0px !important;
display: block;
height: 70px;
}
.ey-nav .navbar-logo img {
max-height: 38px;
}
.ey-nav .dropdown-menu > li > a.active {
background: #f5f5f5;
}
.ey-nav .ey-nav-login {
padding-top: 15px;
text-align: center;
}
.ey-nav .nav-item a {
font-size: 15px;
padding: 0;
color: #555 !important;
font-family: "微软雅黑";
}
.ey-nav .nav-item a:hover {
color: #ff6f06 !important;
}
.ey-nav .nav-item a:hover, .ey-nav .nav-item a.active {
color: #ff6f06 !important;
}
.ey-nav .btn-login {
margin: 18px 0;
display: inline-block;
vertical-align: middle;
width: 76px;
height: 34px;
line-height: 32px;
border: 1px solid #ff6f06;
text-align: center;
font-family: "微软雅黑";
font-size: 14px;
border-radius: 28px;
color: #ff6f06;
background: #fff;
box-sizing: border-box;
transition: color .3s, border-color .3s;
padding: unset;
font-weight: unset;
}
.ey-nav .btn-login:hover {
box-shadow:unset !important;
color:#ff6f06;
}
.ey-nav .btn-register {
margin: 18px 0;
display: inline-block;
vertical-align: middle;
width: 76px;
height: 34px;
line-height: 32px;
border: 1px solid #dcdcdc;
border-radius: 28px;
text-align: center;
font-family: "微软雅黑";
font-size: 14px;
color: #555;
background: #fff;
box-sizing: border-box;
transition: color .3s, border-color .3s;
padding: unset;
font-weight: unset;
}
.ey-nav .btn-register:hover {
box-shadow:unset !important;
color:#555;
}
@media (min-width: 768px) {
.ey-nav .navlist {
}
.ey-nav .nav-item {
margin-right: 25px;
}
.ey-nav .nav > li > a {
padding-top: 0px;
padding-bottom: 0px;
height: 70px;
line-height: 70px;
font-size: 16px;
font-family: "微软雅黑";
color: #555 !important;
}
.ey-nav .nav > li > a > span {
margin-left: 5px;
color: #9e9e9e;
}
.ey-nav .dropdown-menu {
top: 65px;
}
.ey-nav .dropdown-menu.bullet {
top: 60px;
}
.ey-nav .dropdown-menu li {
margin: 0;
}
.ey-nav .dropdown-menu a {
padding: 6px 8px;
font-size: 15px;
}
.ey-nav .ey-nav-login {
height: 70px;
padding-top: 0px;
}
.ey-nav .navbar-collapse {
padding: 0;
position: unset;
}
.ey-nav .navbar-collapse .navbar-right {
margin-right: 0;
}
}
@media (max-width: 991px) {
.ey-nav .navlist {
margin-right: 0 !important;
}
.ey-nav .nav > li {
margin-left: 0 !important;
margin-right: 15px;
}
.vertical-align-middle-reg {
display: none;
}
}
@media (max-width: 767px) {
.navbar-nav {
margin: 11px 0;
}
.ey-nav .nav>li>a {
padding: 10px 15px;
}
.ey-nav .dropdown-menu {
display: block;
position: unset;
float: unset;
width: 100%;
background: #f9f9f9;
box-shadow: unset !important;
}
.ey-nav .dropdown-menu > li > a {
padding-left: 40px;
}
.ey-nav.navbar-fixed-top .navbar-collapse {
max-height: 400px;
padding-bottom: 20px;
-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
box-shadow: 0px 7px 10px 10px rgba(0,0,0,.06);
}
.ey-nav .navbar-collapse-toolbar.in {
overflow-y: auto;
}
.ey-nav .navbar-collapse {
background: #fff;
}
.ey-nav .navbar-logo {
margin-left: 10px !important;
height: 60px;
}
.ey-nav .navbar-logo img {
max-height: 40px;
}
.ey-nav .navbar-toggle {
height: 60px;
}
}
/*banner & sidebar*/
/*banner*/
/*面包屑*/
.ey-position {
background: #ffffff;
border-bottom: 1px solid #f0f2f5;
}
.ey-position.bordernone {
border-bottom: none;
}
@media (max-width: 767px) {
.ey-position {
border-bottom: 1px solid #f0f2f5;
}
}
.ey-position .breadcrumb {
margin: 0px;
padding: 15px;
}
.ey-position a {
text-decoration: none;
}
.ey-position a:active, .ey-position a:focus, .ey-position a:hover {
text-decoration: none;
}
.ey-position.pattern-show {
background: #f2f2f2;
border-bottom: none;
}
.ey-position.pattern-show .breadcrumb {
padding: 10px;
}
.ey-column-nav {
text-align: center;
border-bottom: 1px solid #f0f2f5;
}
.ey-column-nav.bordernone {
border-bottom: none;
}
@media (max-width: 767px) {
.ey-column-nav {
border-bottom: 1px solid #f0f2f5;
}
.ey-column-nav .sidebar_tile {
height: 52px;
overflow: hidden;
}
}
.ey-column-nav ul.ey-column-nav-ul {
padding: 0px;
list-style: none;
margin: auto;
margin-bottom: 0px;
}
.ey-column-nav ul.ey-column-nav-ul > li {
display: inline-block;
margin-right: 50px;
}
.ey-column-nav ul.ey-column-nav-ul > li:last-child {
margin-right: 0;
}
.ey-column-nav ul.ey-column-nav-ul > li a.link {
position: relative;
text-decoration: none;
font-size: 16px;
padding: 14px;
color: #90939b;
display: inline-block;
vertical-align: middle;
font-weight: 400;
font-stretch: normal;
letter-spacing: 0;
cursor: pointer;
border-bottom: 2px solid transparent;
transition: all .1s ease-in;
}
.ey-column-nav ul.ey-column-nav-ul > li a.link:active, .ey-column-nav ul.ey-column-nav-ul > li a.link:focus, .ey-column-nav ul.ey-column-nav-ul > li a.link:hover {
text-decoration: none;
}
.ey-column-nav ul.ey-column-nav-ul > li a.link:hover, .ey-column-nav ul.ey-column-nav-ul > li a.link.active {
color: #ff6f06;
}
.ey-column-nav ul.ey-column-nav-ul > li a.link:after {
content: ' ';
width: 0;
height: 2px;
background: #ff6f06;
display: block;
z-index: 10;
transition: width .1s ease-in-out;
position: absolute;
bottom: -2px;
left: 50%;
transform: translate(-50%,0);
}
.ey-column-nav ul.ey-column-nav-ul > li a.link.active:after, .ey-column-nav ul.ey-column-nav-ul > li a.link:hover:after {
width: 20px;
background-color: #ff6f06;
}
.ey-column-nav ul.ey-column-nav-ul > li > ul > li > a.active {
color: #ff6f06 !important;
}
.ey-column-nav ul.ey-column-nav-ul > li .dropdown-menu.bullet {
top: 40px;
}
@media (min-width: 992px) {
.ey-column-nav.product-search-body {
text-align: left;
}
.ey-column-nav.product-search-body .ey-column-nav-ul {
margin: 0px;
}
}
.ey-column-nav.product-search-body .product_search .form-group {
width: 90%;
margin: 0px auto;
margin-bottom: 15px;
}
@media (min-width: 992px) {
.ey-column-nav.product-search-body .product_search .form-group {
width: 100%;
margin-top: 7px;
margin-bottom: 0px;
}
}
.ey-column-nav.product-search-body .product_search.navno .form-group {
margin-top: 15px;
}
@media (min-width: 992px) {
.ey-column-nav.product-search-body .product_search.navno .form-group {
margin-top: 8px;
margin-bottom: 8px;
}
}
/*底部*/
/*友情链接*/
.ey-links {
/* border-top: 1px solid #f0f2f5; */
color: #5e7387;
padding: 15px 0px;
background: #fff;
margin: 20px 0;
box-shadow: 1px 1px 3px #ccc;
}
.tag .ey-links {
display: none;
}
.linkcon {
padding: 0px 10px;
line-height: 30px;
}
.ey-links a {
color: #5e7387;
}
.ey-links li.tit {
background: #ff6f06;
color: #fff;
border-radius: 2px;
padding: 0px 6px;
}
.ey-links ol {
margin-bottom: 0px;
}
.ey-links ol li {
list-style: none;
float: left;
}
.ey-links .breadcrumb > li li:before {
color: #aaaaaa;
}
/*底部导航*/
.ey-footnav {
border-top: 1px solid #f0f2f5;
padding: 40px 0px;
background: #fff;
}
.ey-footnav h4 {
font-size: 20px;
margin-top: 0px;
margin-bottom: 11px;
text-shadow: none;
}
.ey-footnav ul {
padding: 0px;
margin-bottom: 0px;
list-style: none;
}
.ey-footnav ul li {
margin-bottom: 3px;
}
.ey-footnav ul li a {
color: #5e7387;
text-decoration: none;
}
.ey-footnav ul li a:active, .ey-footnav ul li a:focus, .ey-footnav ul li a:hover {
text-decoration: none;
}
.ey-footnav ul li a:hover {
color: #ff6f06;
}
.ey-footnav .list {
margin-bottom: 15px;
}
@media (min-width: 768px) {
.ey-footnav .list {
margin-bottom: 0px;
}
}
@media (max-width: 767px) {
.ey-footnav {
padding: 30px 0;
}
}
.ey-footnav .info em {
display: block;
font-size: 30px;
font-style: normal;
}
.ey-footnav .info em a {
color: #5e7387;
transition: color 0.5s;
-moz-transition: color 0.5s;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
}
.ey-footnav .info em a:hover {
color: #999999;
}
.ey-footnav .info p {
color: #aaaaaa;
}
.ey-footnav .info i {
font-size: 26px;
cursor: pointer;
}
.ey-footnav .info a {
margin: 0px 8px;
}
.ey-footnav .info a:hover, .ey-footnav .info a:focus {
text-decoration: none;
}
@media (max-width: 991px) and (min-width: 768px) {
.ey-footnav .info {
margin-top: 20px;
}
}
.ey-weixin-img img {
max-width: 160px;
}
/*footer*/
footer {
border-top: 1px solid #f0f2f5;
padding: 20px 0px;
color: #aaaaaa;
height: auto;
line-height: 1.8;
background: #fff;
}
footer p {
margin-bottom: 0px;
}
@media (max-width: 991px) {
footer {
padding: 30px 0;
}
}
@media (max-width: 767px) {
footer {
padding: 20px 0;
}
}
/*首页*/
.blocks-2 > li:nth-child(2n 3), .blocks-3 > li:nth-child(3n 4), .blocks-4 > li:nth-child(4n 5), .blocks-5 > li:nth-child(5n 6), .blocks-6 > li:nth-child(6n 7), .block-first {
clear: none;
}
@media (min-width: 1600px) {
.mallmin {
width: 1200px!important;
}
.container {
width: 1420px;
}
}
ul, ul li {
padding: 0;
list-style: none;
}
.ey-index-body {
text-align: center;
padding: 20px 0;
}
@media (max-width: 991px) {
.ey-index-body h2 {
font-size: 40px;
margin-bottom: 10px;
}
.ey-index-body p {
font-size: 20px;
}
}
@media (max-width: 479px) {
.ey-index-body h2 {
font-size: 30px;
}
.ey-index-body p {
font-size: 16px;
}
}
.ey-index-templates-mall {
padding-top: 0!important;
}
.ey-index-templates h2 {
color: #333;
font-size: 28px;
}
.ey-index-templates .biaoxian {
display: block;
margin: 8px auto;
width: 25px;
border-top: 2px solid #ff6f06;
}
.ey-index-templates p {
color: #999;
font-size: 14px;
}
.waimao .head p.inof {
color: #444;
font-size: 16px;
}
.ey-index-templates .nav-tabs {
border-bottom: none;
margin: 35px auto;
text-align: center;
}
.ey-index-templates .nav-tabs li {
white-space: nowrap;
display: inline-block;
float: none;
margin-right: 15px;
}
.ey-index-templates .nav-tabs li a {
background: #fff;
padding: 8px 60px;
border: 1px solid #eee;
border-radius: 0;
white-space: nowrap;
box-shadow: 1px 1px 6px #eee;
transition: all .5s ease;
}
.ey-index-templates .nav-tabs li a h3 {
font-size: 12px;
margin: 0;
text-shadow: none;
color: #8b8b8b;
transition: all .5s ease;
letter-spacing: 1px;
}
.ey-index-templates .nav-tabs li.active a {
background: #ff6f06;
border: 1px solid #ff6f06;
}
.ey-index-templates .nav-tabs li.active a h3 {
color: #fff;
}
.ey-index-templates .content #templates {
margin-right: -30px;
}
.ey-index-templates .content {
margin-top: 30px;
}
.ey-index-templates .content li {
padding-right: 15px;
padding-left: 0;
}
.ey-index-templates .content li:hover {
top: -1px;
}
.ey-index-templates .content li:hover .yulan {
display: block;
height: 31px;
position: absolute;
right: 21px;
top: 19px;
z-index: 2;
overflow: visible;
}
.ey-index-templates .content .widget {
box-shadow: 0 1px 3px 0 #ccc;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ey-index-templates .content .widget-header {
height: 350px;
padding: 10px;
}
.ey-index-templates .content .mall_mb .widget-header {
height: 250px;
padding: 10px;
}
.ey-index-templates .content .yulan {
display: none;
height: 31px;
position: absolute;
right: 21px;
top: 19px;
z-index: 2;
overflow: visible;
cursor: pointer;
}
.ey-index-templates .content .widget-title {
/* padding: 15px 15px 15px 0px; */
text-align: left;
text-shadow: none;
margin: 0;
}
.ey-index-templates .content .widget-title a {
color: #64686a;
font-size: 15px;
margin-bottom: 8px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-transform:none;
}
.ey-index-templates .content .widget-title a:hover {
text-decoration: none;
}
.ey-index-templates .content .widget-title .keywords {
height: 1.2em;
margin-bottom: 10px;
overflow: hidden;
font-size: 12px;
text-overflow: ellipsis;
white-space: nowrap;
}
.ey-index-templates .content .widget-title .price span {
font-weight: bold;
font-size: 12px;
color: #ff0000;
float: left;
line-height: 30px;
}
.ey-index-templates .content .widget-title .price span.tips {
margin-left: 10px;
}
.ey-index-templates .content .widget-title .price a {
background: #ff6f06;
color: #fff;
font-size: 12px;
padding: 4px 10px;
float: right;
border-radius: 5px;
margin: 6px 0;
line-height: 10px;
}
.ey-index-templates .content .widget-title .price .writer_z {
float: right;
height: 20px;
line-height: 30px;
}
.ey-index-templates .content .widget-title .price .writer_z img {
float: left;
margin-top: 5px;
width: 20px;
height: 20px;
border-radius: 100%;
border: 1px solid #eee;
}
.ey-index-templates .content .widget-title .price .writer_z i {
float: left;
font-size: 12px;
color: #777;
margin-left: 3px;
}
.ey-index-templates .content .widget-title .tag_wz span {
font-weight: bold;
font-size: 12px;
color: #ff0000;
float: left;
height: 22px;
overflow: hidden;
}
.ey-index-templates .content .widget-title .tag_wz span .tag {
padding: 2px 5px;
border: 1px solid #dfdfdf;
color: #696969;
font-size: 12px;
line-height: 16px;
font-weight: 400;
margin: 0;
border-radius: 2px;
display: inline-block;
}
/* .ey-index-templates .content .widget-title .tag_wz span .tag:nth-child(5n) {
background-color: #4a4a4a
}
.ey-index-templates .content .widget-title .tag_wz span .tag:nth-child(5n 1) {
background-color: #ff5e5c
}
.ey-index-templates .content .widget-title .tag_wz span .tag:nth-child(5n 2) {
background-color: #ffbb50
}
.ey-index-templates .content .widget-title .tag_wz span .tag:nth-child(5n 3) {
background-color: #1ac756
}
.ey-index-templates .content .widget-title .tag_wz span .tag:nth-child(5n 4) {
background-color: #19b5fe
} */
.ey-index-templates .content .widget-title .tag_wz span .tag:hover {
border: 1px solid #dfdfdf;
color: #696969
}
.ey-index-templates .content .zy-vip{
display: none;
position: absolute;
right: 2px;
top: 2px;
width: 90px;
height: 30px;
}
.ey-index-templates .content li.list_none:hover .zy-vip{
display: block;
}
.ey-index-templates .content .zy-vip img{
width: 100%;
height: 100%;
}
.ey-index-templates .foot {
margin-top: 20px;
}
.ey-index-templates .foot a {
padding: 5px 15px;
border: 1px solid #ff6f06;
font-size: 14px;
border-radius: 50px;
}
.ey-index-templates .foot a:hover {
background: #ff6f06;
color: #fff;
text-decoration: none;
}
.ey-index-templates .content li .card {
background: #ffffff;
box-shadow: 1px 1px 15px rgb(205 205 205 / 30%);
border-radius: 20px;
width: 100%;
height: 230px;
padding: 5px 20px 0;
box-sizing: border-box;
text-align: center;
margin: 0 auto;
}
.ey-index-templates .content li .card img {
width: 100px;
height: 100px;
border-radius: 20px;
}
.ey-index-templates .content li .card .stitle {
font-size: 16px;
line-height: 24px;
color: #14212f;
margin-top: 15px;
margin-bottom: 15px;
font-weight: 600;
}
.ey-index-templates .content li .card .snext {
font-size: 14px;
line-height: 14px;
color: #566473;
}
@media (max-width:991px) {
.ey-index-templates .content .widget-header {
/* height: 200px; */
}
.ey-index-templates .content .widget {
padding: 10px;
}
.ey-index-templates .content .widget-title {
padding: 15px 0;
}
}
@media (max-width:767px) {
.ey-index-templates {
padding: 10px 0;
}
.ey-index-templates .content {
margin-top: 30px;
}
.ey-index-templates .content #templates {
margin-right: -20px;
}
.ey-index-templates .content #templates li {
padding-right: 5px;
margin-bottom: 5px;
}
.ey-index-templates .content .widget-header {
height: 200px;
}
.ey-index-templates .content .mall_mb .widget-header {
height: 200px;
}
.ey-index-templates .content .widget-title {
padding: 0px;
}
.ey-index-templates .content .widget-title a {
font-size: 14px;
}
.ey-index-templates .foot {
margin-top: 20px;
}
}
.ey-index-news {
margin-top: 40px;
}
.ey-index-news .newscolumn {
margin-right: 0px;
}
.ey-index-news .item {
padding: 20px 20px;
margin: 0;
}
.ey-index-news .item .title {
position: relative;
margin-bottom: 18px;
padding: 0;
}
.ey-index-news .item .title .plus {
width: 20px;
height: 20px;
background: #fff;
display: none;
position: absolute;
border-radius: 100%;
text-align: center;
line-height: 16px;
font-size: 20px;
top: -10px;
left: -5px;
color: #ff6f06;
font-weight: 700;
}
.ey-index-news .item .title h3 {
background: #ff6f06;
color: #fff;
border-radius: 5px;
padding: 5px 9px;
font-size: 14px;
margin: 0;
display: inline-block;
float: left;
}
.ey-index-news .item .title a {
float: right;
font-size: 12px;
color: #999;
line-height: 26px;
}
.ey-index-news .item .newslist li {
padding: 10px 3px;
transition: all .5s ease;
border-bottom: 1px solid transparent;
}
.ey-index-news .item .newslist li:hover {
background: #d2d2d2;
}
.ey-index-news .item .newslist .htitle h4 a {
max-width: 75%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 16px;
color: #333;
text-shadow: none;
margin: 0px;
line-height: 20px;
float: left;
}
.ey-index-news .item .newslist .htitle h4 a:hover {
text-decoration: none;
}
.ey-index-news .item .newslist .htitle span {
float: right;
color: #b5b4b4;
font-size: 12px;
line-height: 20px;
}
.ey-index-news .item .newslist p {
font-size: 12px;
text-align: left;
color: #999;
margin-top: 8px;
height: 35px;
overflow: hidden;
margin-bottom: 0;
}
.ey-index-news .item.active {
background: #fff;
box-shadow: 0px 1px 3px #ccc;
}
.ey-index-news .item.active .newslist li:hover {
background: transparent;
border-bottom: 1px solid #ff6f06;
}
.ey-index-news .item.active .newslist li:hover .htitle h4 a {
color: #ff6f06;
}
.ey-index-news .item.active .newslist li:hover .htitle span {
color: #ff6f06;
}
.ey-index-news .item.active .newslist li:hover p {
color: #ff6f06;
}
@media (max-width:991px) {
.ey-index-news {
padding-bottom: 70px;
}
}
@media (max-width:767px) {
.ey-index-news {
padding-bottom: 10px;
margin-top: 15px;
}
.ey-index-news .item {
padding: 20px 5px 15px;
}
.ey-index-news .newscolumn, .ey-index-templates .content ul {
margin-left: 0;
margin-right: 0;
}
}
/*简介模块*/
.ey-show {
padding: 30px 0px;
background: #ffffff;
}
@media (max-width: 767px) {
.ey-show {
padding: 0px;
}
}
@media (max-width: 767px) {
.ey-show {
padding-top: 10px;
padding-bottom: 10px;
}
}
/*商业授权*/
.business_tq {
margin-top: 50px;
}
.business_tq h2 {
font-size: 40px;
margin: 0 0 50px;
}
.business_tq h3 {
margin-bottom: 5px;
}
.business_tq p {
margin: 0;
}
.business_tq .list {
margin: 15px;
}
.business_tq .icon {
width: 100px;
height: 100px;
line-height: 100px;
margin: 0px auto;
display: block;
font-size: 50px;
color: #526069;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
transition: color 0.5s;
-moz-transition: color 0.5s;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
.business_tq .icon:hover {
background: #526069 !important;
color: #fff;
}
@media (max-width: 991px) {
.business_tq .row > div:nth-child(2n 1) {
clear: both;
}
}
@media (max-width: 767px) {
.business_tq {
margin-top: 20px;
}
.business_tq h2 {
font-size: 30px;
margin-bottom: 10px;
}
.business_tq h3 {
margin-top: 15px;
font-size: 20px;
}
.business_tq p {
font-size: 14px;
}
.business_tq .list {
margin: 30px 0 0;
}
.business_tq .icon {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 36px;
}
.business_tq .icon:hover {
background: #526069 !important;
color: #fff;
}
}
.business_table table {
color: #999999;
}
.business_table table a {
text-decoration: none;
}
.business_table table a:active, .business_table table a:focus, .business_table table a:hover {
text-decoration: none;
}
.business_table table a.c9-text {
color: #999;
}
.business_table thead th {
padding: 12px 20px !important;
width: 20%;
text-align: center;
font-size: 20px;
line-height: 1;
font-weight: normal;
border-left: 6px solid #fff;
border-bottom: 0 !important;
}
.business_table thead th[class*="bg-"] {
color: #fff;
}
.business_table tbody td, .business_table tbody th {
vertical-align: middle !important;
font-weight: normal;
padding: 12px 20px !important;
font-size: 16px;
border-left: 4px solid #fff;
}
.business_table tbody th:first-child {
border-left: 0 !important;
}
.business_table tbody tr *:nth-child(3) {
background: #d5e4f1;
}
.business_table tbody tr:nth-child(odd) td:nth-child(3) {
background: #e8f1f8;
}
.business_table tbody tr.business_price td {
font-size: 22px;
}
.business_table tbody td {
text-align: center;
border-top: 0 !important;
}
.business_table tbody td .fa-ban {
background: url(/uploads/image/simg/no.png) center no-repeat;
background-size: 100%;
height: 15px;
width: 15px;
top: 3px;
}
.business_table tbody td .wb-check-circle {
background: url(/uploads/image/simg/yes.png) center no-repeat;
background-size: 100%;
height: 18px;
width: 18px;
top: 3px;
}
.business_table tbody th {
border-top: 0 !important;
}
.business_table tbody th i {
margin-left: 5px;
color: #f0ad4e;
font-weight: bold;
}
.business_table table thead tr, .business_table table tbody tr:nth-child(odd) {
background: #eff4f5;
}
.business_table th.heading {
border-left: 2px solid #ff6f06;
border-top: 0 !important;
}
.business_table .youhui th.heading {
border-color: #f96868;
}
.business_table .youhui td a:hover {
text-decoration: underline;
}
.business_table .glyphicon {
font-size: 22px;
color: #21d376;
}
.business_table a.btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 50px;
white-space: nowrap;
}
@media (max-width: 767px) {
.business_table thead th {
padding: 5px 10px !important;
border-left-width: 1px;
font-size: 18px;
}
.business_table tbody th, .business_table tbody td {
padding: 8px 10px !important;
border-left-width: 1px;
font-size: 13px;
}
}
.business_faq .panel {
padding: 15px 0;
font-size: 16px;
}
.business_faq .panel .panel-collapse .panel-body {
color: #5e7387;
}
.business_faq .panel .panel-title h4 {
font-size: 18px;
margin: 0;
}
@media (max-width: 767px) {
.business_faq .panel {
font-size: 14px;
}
.business_faq .panel .panel-title h4 {
font-size: 16px;
}
}
.business_table .table-head-box {
height: 140px;
padding-top: 10px;
}
.business_table .table-head-box .one-line {
line-height: 140px;
}
.business_table .table-head-box div {
display: inline-block;
}
.business_table .table-head-box .name {
width: 100%;
margin-top: 10px;
font-size: 30px;
color: #222222;
line-height: 40px;
}
.business_table .table-head-box .desc {
width: 100%;
color: #999;
font-size: 14px;
}
.business_table .table-head-box .tag {
position: relative;
background-color: #ffdb54;
font-size: 12px;
padding: 2px 10px;
border-radius: 50px;
color: #333;
}
.business_table .table-head-box .tag.icon1 i, .business_table .table-head-box .tag.icon2 i, .business_table .table-head-box .tag.icon3 i {
margin-top: 2px;
float: left;
display: inline-block;
width: 14px;
height: 14px;
}
.business_table .table-head-box .tag.icon1 i {
background: url(/uploads/image/simg/icon_product_tag2.png) center center no-repeat;
}
.business_table .table-head-box .tag.icon2 i {
background: url(/uploads/image/simg/icon_product_tag1.png) center center no-repeat;
}
.business_table .table-head-box .tag.icon3 i {
background: url(/uploads/image/simg/icon_product_tag3.png) center center no-repeat;
}
.business_table .bro-green, .business_table .bro-yellow, .business_table .bro-orange, .business_table .bro-gray {
position: relative;
background-color: #fff;
}
.business_table .bro-green::before, .business_table .bro-yellow::before, .business_table .bro-orange::before, .business_table .bro-gray::before {
position: absolute;
left: 0;
top: 0;
content: "";
width: 100%;
height: 6px;
}
.business_table .bro-green::before {
background-color: #44be8a;
}
.business_table .bro-yellow::before {
background-color: #ff9900;
}
.business_table .bro-orange::before {
background-color: #ff6600;
}
.business_table .bro-gray::before {
background-color: #eee;
}
.business_price .price-size {
font-size: 30px !important;
display: inline-block;
}
/*建站套餐*/
/*推荐主机*/
.host.host-bg {
background: #37a9b7;
}
.host .pricing-table .pricing-features li i {
margin-left: 5px;
top: 2px;
font-size: 16px;
font-weight: bold;
color: #f0ad4e;
}
.host .pricing-table .pricing-tip span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.host .pricing-table .panel-group-simple {
margin-top: -5px;
}
.host .pricing-table .panel-group-simple .panel-title {
display: inline-block;
padding: 5px 30px 5px 0;
margin: auto;
color: #ff6f06 !important;
}
.host .pricing-table .panel-group-simple .panel-title:before, .host .pricing-table .panel-group-simple .panel-title:after {
top: 5px;
}
.host .pricing-table .panel-group-simple .panel-collapse .panel-body p {
color: #777;
}
.ey-index-templates .content li.case .img {
position: relative;
background-color: #fff;
cursor: pointer;
}
.ey-index-templates .content li.case .box {
position: absolute;
background: rgba(0, 0, 0, 0.7);
top: 0px;
left: 0px;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
transform: scale(0);
transition: all 0.5s;
}
.ey-index-templates .content li.case img {
width: 100%;
height: 238px
}
.ey-index-templates .content li.case:nth-child(4n) {
margin-right: 0;
}
.ey-index-templates .content li.case p {
color: #fff
}
.ey-index-templates .content li.case .p1 {
font-size: 26px;
}
.ey-index-templates .content li.case .p2 {
font-size: 20px;
margin-top: 5%;
}
.ey-index-templates .content li.case .txt {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
width: 100%;
}
.ey-index-templates .content li.case .msg {
padding: 15px 10px;
background-color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ey-index-templates .content li.case .msg a {
font-weight: normal;
}
.ey-index-templates .content li.case .msg a.b1 {
font-size: 16px;
color: #64686a;
}
@media (max-width: 767px) {
.host_yu {
text-align: center;
}
.host_yu span {
display: block;
float: none !important;
}
}
/*模板定制*/
/*功能全览*/
.ey-style001 {
padding: 50px 0px;
}
@media (max-width: 767px) {
.ey-style001 {
min-height: 900px;
padding: 30px 0;
}
}
.ey-table {
width: 100%;
color: #999999;
}
.ey-table thead th {
padding: 12px 20px!important;
border-bottom: 0!important;
border-left: 4px solid #ffffff;
font-size: 18px;
font-weight: normal;
line-height: 1;
text-align: center;
}
.ey-table thead th.t1 {
width: 100px;
}
.ey-table thead th.t2 {
width: 100px;
}
.ey-table thead th.t3 {
width: 200px;
}
.ey-table thead th.t4 {
text-align: left;
}
.ey-table thead tr {
background: #eff4f5;
}
.ey-table tbody td {
border-left: 4px solid #ffffff;
border-top: 0!important;
font-size: 16px;
font-weight: normal;
padding: 12px 20px !important;
text-align: center;
vertical-align: middle;
}
.ey-table tbody th {
border-top: 0!important;
}
.ey-table tbody th i {
color: #f0ad4e;
margin-left: 5px;
}
.ey-table tbody tr:nth-child(even) {
background: #eff4f5;
}
.ey-table td.c1 {
background: #ffffff;
}
.ey-table td.c2 {
background: #ff9900;
color: #ffffff;
}
.ey-table td.c2_b {
background: #f96868;
color: #ffffff;
}
@media (max-width: 767px) {
.ey-table thead th {
border-left: none;
}
.ey-table tbody td {
padding: 10px !important;
border-left-width: 2px;
font-size: 14px;
}
.ey-table tbody td:first-child {
min-width: 80px;
border-left: none;
}
.ey-table tbody td.c2, .ey-table tbody td.c2_b {
font-size: 16px;
}
.ey-table tbody td.c2 br, .ey-table tbody td.c2_b br {
display: none;
}
}
/*许可协议*/
.md_show {
padding: 50px 0;
background: #f1f4f5;
}
.md_show .ey-editor {
padding: 50px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
font-size: 16px;
font-weight: normal;
line-height: 2;
}
.md_show .ey-editor p {
text-indent: 2em;
}
.md_show .ey-editor strong {
font-weight: 600;
}
.md_show .ey-editor .text-ind0 {
text-indent: 0;
}
@media (max-width: 991px) {
.md_show {
padding: 30px 15px;
}
.md_show .ey-editor {
width: 100%;
padding: 30px 15px;
}
}
/* 版权查询 */
.ey-code {
padding: 30px 15px;
}
.ey-code .panel {
margin: 0 auto;
}
.shouquan {
margin: 0 -15px;
}
.shouquan .form .show-search {
margin: 20px auto 50px;
}
.shouquan .shouquan-text {
display: table;
margin: 0 auto;
font-size: 16px;
line-height: 1.8;
}
.shouquan table {
margin: 0 auto 30px;
border: 1px solid #e4eaec;
}
.shouquan table td {
padding: 0 15px;
line-height: 3;
color: #666;
}
.shouquan table td.tname {
border: 1px solid #e4eaec;
text-align: center;
font-size: 18px;
line-height: 2.5;
background: #eff4f5;
color: #333;
}
.shouquan table td.name {
border: 1px solid #e4eaec;
white-space: nowrap;
background: #eff4f5;
text-align: right;
width: 30%;
}
.shouquan table td.text {
border: 1px solid #e4eaec;
width: 70%;
}
@media (min-width: 768px) {
.shouquan .form .show-search {
width: 400px;
}
.shouquan table {
width: 600px;
}
}
@media (max-width: 767px) {
.shouquan {
padding: 30px 15px;
}
}
/*更新日志*/
/* 价格 */
.stations {
min-height: 700px;
}
.template-station img {
margin-bottom: -30px;
}
/* 无忧服务 */
/*建站*/
.magento_table table {
color: #999999;
}
.magento_table table a {
text-decoration: none;
}
.magento_table table a:active, .magento_table table a:focus, .magento_table table a:hover {
text-decoration: none;
}
.magento_table thead th {
padding: 12px 20px !important;
width: 20%;
text-align: center;
font-size: 18px;
line-height: 1;
font-weight: normal;
border-left: 4px solid #fff;
border-bottom: 0 !important;
}
.magento_table thead th[class*="bg-"] {
color: #fff;
}
.magento_table tbody td, .magento_table tbody th {
font-weight: normal;
font-size: 16px;
border-left: 4px solid #fff;
}
.magento_table tbody th {
vertical-align: middle !important;
padding: 10px 10px !important;
}
.magento_table tbody tr *:nth-child(2) {
background: #d5e4f1;
}
.magento_table tbody tr:nth-child(odd) td:nth-child(2) {
background: #e8f1f8;
}
.magento_table tbody tr.business_price td {
font-size: 22px;
}
.magento_table tbody td {
text-align: center;
border-top: 0 !important;
padding: 15px !important;
}
.magento_table tbody td .icon {
font-size: 16px;
}
.magento_table tbody th {
border-top: 0 !important;
}
.magento_table tbody th i {
margin-left: 5px;
color: #f0ad4e;
font-weight: bold;
}
.magento_table table thead tr, .magento_table table tbody tr:nth-child(even) {
background: #eff4f5;
}
.magento_table th.heading {
border-left: 2px solid #ff6f06;
border-top: 0 !important;
}
.magento_table .youhui th.heading {
border-color: #f96868;
}
.magento_table .youhui td a:hover {
text-decoration: underline;
}
.magento_table .glyphicon {
font-size: 22px;
color: #21d376;
}
.magento_table a.btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
white-space: nowrap;
}
@media (max-width: 767px) {
.navmoveel {
display: none !important;
}
.magento0_table {
white-space: nowrap;
}
.magento_table thead th {
padding: 5px 10px !important;
border-left-width: 1px;
font-size: 18px;
}
.magento_table tbody th, .magento_table tbody td {
padding: 8px 5px !important;
border-left-width: 1px;
font-size: 14px;
}
}
.magento_table thead th {
width: 13%;
}
.magento_table tbody th {
text-align: center;
}
.magento_table .magento_table_con {
max-width: 100%;
overflow-x: auto;
}
.magento_table tbody td {
font-size: 14px;
}
.magento_table tbody tr *:nth-child(2) {
background: inherit;
}
.magento_table tbody tr:nth-child(odd) td:nth-child(2) {
background: inherit;
}
.magento_btn span {
display: inline-block;
padding-right: 5px;
font-size: 30px;
font-weight: bold;
}
.magento_btn .white-color {
color: #fff;
display: inline-block;
position: relative;
padding: 5px 15px;
margin: 10px 10px;
font-size: 20px;
text-decoration: line-through;
}
.magento_btn .white-color:nth-child(1) span {
position: absolute;
left: -5px;
top: -5px;
}
.magento_btn .white-color:nth-child(2) span {
position: absolute;
left: -5px;
top: -5px;
}
.magento_btn .red {
color: #d9534f;
}
.magento_btn .green {
color: #5cb85c;
}
.magento1_table thead th:first-child {
width: 12%;
}
.magento1_table thead th {
width: 22%;
}
.magento1_table tbody td {
text-align: left;
}
.magento_cost {
display: table;
margin: 0 auto;
}
.yanshi_btn:hover {
background: #fff !important;
color: #46be8a;
}
.case_btn:hover {
background: #fff !important;
color: #ff6f06;
}
/*文章模块*/
/*文章模块*/
.ey-news {
padding: 30px 0px;
background: #f7f7f7;
border-top: 1px solid #f7f7f7;
}
.ey-news .ey-news-body {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
.ey-news {
padding: 0px;
}
}
.ey-news .carousel .item .carousel-caption {
right: 0px;
left: 0px;
bottom: 0px;
padding: 20px 0px 30px;
}
.ey-news .carousel .item .carousel-caption h3 {
margin: 0px;
margin-bottom: 5px;
font-size: 20px;
}
@media (max-width: 767px) {
.ey-news .carousel .item .carousel-caption {
padding: 20px 0px 10px;
}
.ey-news .carousel .item .carousel-caption h3 {
margin: 0px;
font-size: 18px;
}
}
.ey-news .carousel .carousel-indicators {
bottom: 5px;
}
.ey-news .carousel .carousel-indicators li {
box-shadow: 0 0 0 1px #fff inset;
}
.ey-news .ey-news-list {
background: #ffffff;
padding: 30px;
}
@media (max-width: 767px) {
.ey-news .ey-news-list {
padding: 10px;
}
}
@media (max-width: 767px) {
.ey-news .ey-news-list {
padding-top: 20px;
}
}
.ey-news .ey-news-list .news-carousel {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #f0f2f5;
}
@media (max-width: 767px) {
.ey-news .ey-news-list .news-carousel {
padding-bottom: 20px;
margin-bottom: 20px;
}
}
.ey-news .ey-news-list h4 {
margin: 0px;
}
.ey-news .ey-news-list ul {
padding: 0px;
list-style: none;
}
.ey-news .ey-news-list ul li {
border-bottom: 1px solid #f0f2f5;
padding-bottom: 30px;
margin-bottom: 30px;
}
.ey-news .ey-news-list ul li h4 {
font-size: 22px;
margin-bottom: 20px;
}
.ey-news .ey-news-list ul li h4 a {
color: #888888;
word-break:break-all;
}
.ey-news .ey-news-list ul li h4 a:hover {
color: #ff6f06;
}
.ey-news .ey-news-list ul li p {
margin-bottom: 0px;
}
.ey-news .ey-news-list ul li p.des {
color: #76838f;
font-size: 16px;
font-weight: 300;
margin-bottom: 10px;
}
.ey-news .ey-news-list ul li p.info {
color: #a3afb7;
font-size: 16px;
font-weight: 300;
}
.ey-news .ey-news-list ul li p.info i {
color: #a3afb7;
font-weight: 300;
}
@media (max-width: 767px) {
.ey-news .ey-news-list ul li {
padding-bottom: 20px;
margin-bottom: 20px;
}
.ey-news .ey-news-list ul li h4 {
font-size: 18px;
margin-bottom: 10px;
}
.ey-news .ey-news-list ul li .media .media-left {
padding-right: 10px;
}
.ey-news .ey-news-list ul li .media p.des {
display: none;
}
.ey-news .ey-news-list ul li .media.media-lg .media-object {
width: 120px;
}
}
.ey-news.type-3 .ey-news-body {
box-shadow: none;
}
@media (max-width: 767px) {
.ey-news.type-3 .ey-news-body {
margin-bottom: 20px;
}
}
.ey-news.type-3 .widget {
border-radius: 0;
}
@media (max-width: 767px) {
.ey-news.type-3 .widget {
margin: 15px 10px;
}
}
.ey-news.type-3 .widget .widget-body:last-child {
border-radius: 0;
}
.ey-news.type-3 .widget .widget-title a {
color: #999999;
}
.ey-news.type-3 .widget .widget-title a:hover {
color: #ff6f06;
}
.ey-news.type-3 .widget .widget-header {
border-radius: 0px;
}
.ey-news-body {
position: relative;
}
/* 浮动 */
.div2 {
position: fixed;
_position: absolute;
top: 0;
z-index: 295;
width: 355px;
box-shadow: 0px 15px 10px -15px #eee;
}
/* 浮动 eng*/
.ey-news-bar {
background: #ffffff;
margin-left: 30px;
padding: 20px;
border-radius: 4px;
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
}
.ey-news-bar img {
width: 100%;
}
@media (max-width: 991px) {
.ey-news-bar {
margin-left: 0px;
margin-top: 30px;
padding: 30px;
}
}
@media (max-width: 767px) {
.ey-news-bar {
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
padding: 20px 15px;
}
}
.ey-news-bar ul.column {
padding: 0px;
list-style: none;
}
.ey-news-bar ul.column li {
margin-bottom: 10px;
}
.ey-news-bar ul.column li h3 a {
font-size: 18px;
}
.ey-news-bar ul.column li a {
font-size: 16px;
color: #999999;
}
.ey-news-bar ul.column li a:hover {
color: #ff6f06;
}
.ey-news-bar ul.column li a.active {
color: #ff6f06;
}
.ey-news-bar .recommend {
margin: 20px 0px;
padding: 20px 0px;
border-top: 1px solid #f0f2f5;
border-bottom: 1px solid #f0f2f5;
}
.ey-news-bar .recommend h3 {
font-size: 18px;
font-weight: 300;
margin: 0px;
}
.ey-news-bar .recommend .list-group {
margin-top: 10px;
margin-bottom: 0px;
}
.ey-news-bar .recommend .list-group a {
color: #999999;
font-size: 15px;
}
.ey-news-bar .recommend .list-group a:hover {
color: #ff6f06;
}
.ey-news-bar.ey-news-muban {
margin-top: 30px;
}
.ey-news-bar.ey-news-muban h3 {
font-size: 18px;
font-weight: 300;
margin-top: 0;
}
.ey-news-bar.ey-news-muban .product-hot-list {
padding: 0px 15px;
font-size: 16px;
}
@media (min-width: 768px) {
.ey-news-bar.ey-news-muban .product-hot-list {
padding: 0px 15px;
}
}
.ey-news-bar.ey-news-muban .product-hot-list a.img {
margin: 0px auto;
display: block;
height: 200px;
overflow: hidden;
margin-bottom: 5px;
}
.ey-news-bar.ey-news-muban .product-hot-list a.img img {
margin: 0px auto;
}
.ey-news-bar.ey-news-muban .product-hot-list a.txt {
color: #5e7387;
text-decoration: none;
}
.ey-news-bar.ey-news-muban .product-hot-list a.txt:active, .ey-news-bar.ey-news-muban .product-hot-list a.txt:focus, .ey-news-bar.ey-news-muban .product-hot-list a.txt:hover {
text-decoration: none;
}
.ey-news-bar.ey-news-muban .product-hot-list a.txt:hover {
color: #ff6f06;
}
.ey-news-bar.ey-news-muban .product-hot-list p {
color: #f96868;
margin-bottom: 0px;
}
.ey-shownews {
padding: 30px 0px;
background: #f7f7f7;
}
.scroll-fixed {
position: fixed;
z-index: 1111;
top: 0;
left: 0;
width: 100%;
display: block;
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.04);
border-bottom: 0;
height: 80px;
padding-top: 10px;
box-sizing: border-box;
background: #fff;
display: none;
}
.scroll-fixed.active {
display: block;
}
.scroll-fixed .title {
float: left;
display: inline-block;
padding-top: 18px;
font-size: 18px;
color: #000;
margin-left: 29px;
}
.scroll-fixed .title img {
margin-right: 10px;
}
.scroll-fixed .title a {
font-size: 18px;
color: inherit;
}
.scroll-fixed .btn {
float: right;
margin-top: 7px
}
.scroll-fixed .btn a {
display: inline-block;
position: relative;
width: 148px;
height: 44px;
border-radius: 4px;
margin-right: 12px;
font-size: 18px;
line-height: 44px;
color: #fff;
text-align: center
}
.scroll-fixed .btn a.view {
background-color: #17a1ff
}
.scroll-fixed .btn a.down {
background-color: #fd7222
}
.scroll-fixed .btn a.down i {
display: inline-block;
margin-right: 8px;
font-weight: 700;
}
.scroll-fixed .btn a.view i {
display: inline-block;
margin-right: 8px;
font-weight: 700;
}
.ey-shownews .ey-shownews-body {
border-radius: 4px;
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
}
/* .ey-shownews-body ul{ padding-left:38px;} */
.ey-shownews-body li {
list-style: disc;
}
.ey-shownews .ey-news-body {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ey-z-info {
margin-left: 30px;
padding: 20px 20px;
background-color: #fff;
border-radius: 4px;
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
margin-bottom: 20px
}
.ey-z-info ul {
margin-bottom: unset
}
.ey-z-info ul li {
display: inline-block;
width: 100%;
height: 33px;
color: #838383;
font-size: 13px;
line-height: 33px
}
.ey-z-info ul li span.l {
float: left;
display: inline-block;
margin-right: 10px;
color: #7d7d7d;
}
.ey-z-info ul li span.r {
float: right;
display: inline-block;
color: #838383
}
.ey-z-info ul li span.r a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 120px;
display: block;
color: #838383;
}
.ey-z-info ul li span.r img {
width: 18px;
height: 18px;
margin-right: 3px;
border-radius: 13px;
}
/*详细页面列表*/
.detail-pins {
margin-top: 40px;
}
.detail-pins h2 {
font-size: 24px;
color: #363636;
text-align: center;
font-weight: normal;
height: 36px;
}
.pins-list {
height: auto;
width: 100%;
padding-top: 10px;
}
.pins-list li {
float: left;
width: 332px;
height: 260px;
border-radius: 4px;
margin-right: 20px;
overflow: hidden;
position: relative;
background: #fff;
padding: 10px 12px 0px 12px;
margin-bottom: 20px;
box-sizing: border-box;
}
.pins-list li .pic {
display: block;
position: relative;
width: 100%;
height: 208px;
overflow: hidden;
background: #fff;
}
.pins-list li .pic a {
display: block;
width: 100%;
height: 100%;
position: relative
}
.pins-list li .pic a img {
display: block;
width: 100%;
height: auto;
animation-duration: .3s;
background: url(/uploads/image/simages/loading.gif) no-repeat center center;
}
.pins-list li .pic a img:hover {
opacity: .9;
}
.pins-list li p.title {
font-size: 14px;
color: #1761cc;
line-height: 46px;
height: 46px;
overflow: hidden;
padding: 0 0 16px 0;
}
.pins-list li p.title a {
color: #a6a6a6;
}
.pins-list li p.title a:hover {
color: #ff6f06;
text-decoration: none;
}
.pins-list li:nth-child(4n) {
margin-right: 0
}
.app-list li {
width: 19%;
height: 325px;
margin-right: 1.2%;
}
.app-list li .pic {
height: 268px;
}
.app-list li:nth-child(4n) {
margin-right: 1.2%;
}
.app-list li:nth-child(5n) {
margin-right: 0;
}
@media (max-width: 1600px) and (min-width:1100px) {
.pins-list li:nth-child(4n) {
margin-right: 20px
}
}
@media (max-width: 767px) {
.ey-shownews {
padding: 0px;
margin-top: 5px;
}
}
.ey-shownews .ey-shownews-header, .ey-shownews .ey-shownews-footer {
background: #ffffff;
padding: 30px;
}
@media (max-width: 767px) {
.ey-shownews .ey-shownews-header, .ey-shownews .ey-shownews-footer {
padding: 10px;
}
}
.ey-shownews .ey-shownews-header {
padding-bottom: 0px;
padding-top: 5px;
}
.ey-shownews .ey-z-title {
position: relative;
color: #2d2c2c;
width: 100%;
height: auto;
overflow: hidden
}
.ey-shownews .ey-z-title img {
display: inline-block;
float: left;
padding: 20px 0 20px 20px;
}
.ey-shownews .ey-z-title h1 {
float: left;
font-size: 30px;
white-space: nowrap;
}
.ey-shownews em {
position: absolute;
top: 42px;
right: 32px;
display: inline-block;
width: 100px;
height: 36px;
border: 1px solid #e5e5e5;
border-radius: 40px;
background: #fafafa;
color: #a1a1a1;
text-align: center;
font-size: 13px;
line-height: 36px;
cursor: pointer
}
.ey-shownews em i {
margin-right: 5px
}
@media (max-width: 767px) {
.ey-shownews .ey-shownews-header {
padding-top: 20px;
}
}
.ey-shownews .info {
color: #a5a5a5;
font-size: 16px;
font-weight: 300;
padding-bottom: 20px;
border-bottom: 1px solid #f0f2f5;
}
.ey-shownews .info span {
padding-right: 10px;
}
.ey-shownews .info span a {
color: #a5a5a5;
}
@media (max-width: 767px) {
.ey-shownews .info {
padding-bottom: 20px;
}
}
.ey-shownews .ey-shownews-footer {
padding-top: 0px;
}
.ey-shownews .ey-shownews-footer ul.pager {
margin: 0px;
border-top: 1px solid #f0f2f5;
padding-top: 20px;
}
/*社会化分享按钮*/
.ey_tools_code {
text-align: center;
margin-top: 30px;
font-size: 0px;
}
@media (max-width: 767px) {
.ey_tools_code {
margin-top: 10px;
}
}
.ey_tools_code .bdsharebuttonbox {
display: inline;
}
.ey_tools_code .bdsharebuttonbox a {
float: none;
display: inline-block;
}
/*产品模块*/
/*产品模块*/
.ey-muban-nav {
height: 110px;
overflow: hidden;
background: #eaeff1;
}
.ey-muban-nav a {
text-decoration: none;
display: inline-block;
padding: 6px;
margin: 0px 30px;
}
.ey-muban-nav a:active, .ey-muban-nav a:focus, .ey-muban-nav a:hover {
text-decoration: none;
}
.ey-muban-nav a i {
display: block;
font-size: 40px;
height: 55px;
line-height: 55px;
color: #2a333c;
}
.ey-muban-nav a i.pe-photo-gallery {
font-size: 50px;
}
.ey-muban-nav a i.pe-monitor {
font-size: 48px;
}
.ey-muban-nav a h2 {
height: 42px;
line-height: 42px;
overflow: hidden;
font-size: 14px;
margin: 0px;
line-height: 1.5;
color: #2a333c;
font-weight: 300;
text-shadow: none;
}
.ey-muban-nav a p {
margin: 0px;
color: #76838f;
font-weight: 300;
}
.ey-muban-nav a h2 {
transition: color 0.5s;
-moz-transition: color 0.5s;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
}
.ey-muban-nav a:hover h2 {
color: #76838f;
}
@media (max-width: 767px) {
.ey-muban-nav a {
margin: 0px;
padding: 6px 0px;
width: 33.33333333%;
float: left;
text-align: center;
}
}
.ey-muban-screen .product-search form {
display: inline;
}
.ey-muban-screen .nav-ul, .ey-case-screen .nav-ul {
padding: 0px;
list-style: none;
margin-bottom: 0px;
}
@media (max-width: 767px) {
.ey-muban-screen .nav-ul, .ey-case-screen .nav-ul {
text-align: center;
}
}
@media (min-width: 768px) {
.ey-muban-screen .nav-ul, .ey-case-screen .nav-ul {
text-align: left;
height: 50px;
overflow: hidden;
}
}
.ey-muban-screen .nav-ul > li, .ey-case-screen .nav-ul > li {
display: inline-table;
}
.ey-muban-screen .nav-ul > li a.link, .ey-case-screen .nav-ul > li a.link {
text-decoration: none;
font-weight: 300;
padding: 14px 15px;
display: block;
color: #fff;
}
.ey-muban-screen .nav-ul > li a.link:active, .ey-case-screen .nav-ul > li a.link:active, .ey-muban-screen .nav-ul > li a.link:focus, .ey-case-screen .nav-ul > li a.link:focus, .ey-muban-screen .nav-ul > li a.link:hover, .ey-case-screen .nav-ul > li a.link:hover {
text-decoration: none;
}
@media (max-width: 767px) {
.ey-muban-screen .nav-ul > li a.link, .ey-case-screen .nav-ul > li a.link {
padding: 14px 10px;
}
}
.ey-muban-screen .nav-ul > li a.link:hover, .ey-case-screen .nav-ul > li a.link:hover, .ey-muban-screen .nav-ul > li a.link.active, .ey-case-screen .nav-ul > li a.link.active {
color: #fff;
}
.ey-muban-screen .nav-ul > li a.link i, .ey-case-screen .nav-ul > li a.link i {
font-size: 16px;
position: relative;
top: 2px;
}
.ey-muban-screen .nav-ul > li a.link i.rx, .ey-case-screen .nav-ul > li a.link i.rx {
animation: mrotatex 0.5s;
-webkit-animation: mrotatex 0.5s;
-moz-animation: mrotatex 0.5s;
-ms-animation: mrotatex 0.5s;
-o-animation: mrotatex 0.5s;
-webkit-transform: rotatex(180deg);
-moz-transform: rotatex(180deg);
-o-transform: rotatex(180deg);
-ms-transform: rotatex(180deg);
transform: rotatex(180deg);
}
.ey-muban-screen .nav-ul > li a.link i.pe-help1, .ey-case-screen .nav-ul > li a.link i.pe-help1 {
margin-left: 5px;
font-size: 18px;
}
.ey-muban-screen .nav-ul > li > ul > li > a.active, .ey-case-screen .nav-ul > li > ul > li > a.active {
color: #ff6f06 !important;
}
.ey-muban-screen .nav-ul > li .dropdown-menu.bullet, .ey-case-screen .nav-ul > li .dropdown-menu.bullet {
top: 40px;
}
.ey-muban-screen .product-search .form-group, .ey-case-screen .product-search .form-group, .ey-muban-screen .case-search .form-group, .ey-case-screen .case-search .form-group {
width: 50%;
margin: 0px auto 15px;
}
.ey-muban-screen .product-search .form-group .form-control, .ey-case-screen .product-search .form-group .form-control, .ey-muban-screen .case-search .form-group .form-control, .ey-case-screen .case-search .form-group .form-control {
height: 30px;
padding: 5px 15px;
border: none;
}
@media (min-width: 768px) {
.ey-muban-screen .product-search .form-group, .ey-case-screen .product-search .form-group, .ey-muban-screen .case-search .form-group, .ey-case-screen .case-search .form-group {
margin: 10px 0;
float: right;
}
}
.ey-muban-screen .ey-muban-video, .ey-case-screen .ey-muban-video {
color: #fff;
display: inline-block;
font-weight: 300;
line-height: 50px;
text-decoration: none;
}
/*模板参数列表*/
.ey-muban-paralist.in dl {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.ey-muban-paralist > div {
padding-bottom: 20px;
}
@media (max-width: 991px) {
.ey-muban-paralist > div {
padding-bottom: 10px;
}
}
@media (max-width: 767px) {
.ey-muban-paralist > div {
padding-bottom: 5px;
}
}
.ey-muban-paralist dl {
overflow: hidden;
margin-bottom: 0px;
margin-top: 10px;
color: #999999;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
.ey-muban-paralist dl dt {
font-weight: 300;
}
.ey-muban-paralist dl dd a {
padding: 5px 10px;
}
.ey-muban-paralist dl dd a.link {
color: #5e7387;
}
.ey-muban-paralist dl dd a.link:hover {
color: #ff6f06;
}
@media (min-width: 768px) {
.ey-muban-paralist dl dt {
width: 100px;
float: left;
padding: 7px 0;
}
.ey-muban-paralist dl dd {
margin-left: 100px;
}
}
.ey-muban-paralist dl .res-tips {
top: 5px;
}
/*模板列表*/
.ey-product {
padding: 60px 0;
background: #f7f7f7
}
.ey-product .less-page-content {
background: #f2f2f2;
}
.ey-product .widget, .ey-product .widget .widget-header, .ey-product .widget-body {
border-radius: 0px !important;
}
@media (max-width: 767px) {
.ey-product .blocks {
margin-left: -10px;
margin-right: -10px;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-header {
height: 340px;
padding: 10px;
}
}
.ey-product .ey-toolbar-body {
margin-bottom: 15px;
margin-top: -15px;
}
.ey-product .ey-toolbar-body .btn-toolbar {
float: right;
}
.ey-product .ey-toolbar-body .btn-toolbar .btn-group {
background: #fff;
}
.ey-product .ey-figure .widget-body {
display: none;
}
.ey-product.type-1 .classfiy {
padding: 0;
}
.ey-product.type-1 .classfiy-ul li a {
padding: 20px 35px;
display: block;
text-align: center;
border: 1px solid #eee;
margin-bottom: -1px;
color: #8b8b8b;
}
.ey-product.type-1 .classfiy-ul li a:hover, .ey-product.type-1 .classfiy-ul li a:focus, .ey-product.type-1 .classfiy-ul li a:active {
text-decoration: none;
background: #ff6f06;
color: #fff;
-webkit-transition: all .23s ease;
-moz-transition: all .23s ease;
-ms-transition: all .23s ease;
-o-transition: all .23s ease;
transition: all .23s ease;
}
.ey-product.type-1 .classfiy-ul .classfiy-li > a {
box-shadow: 0px 3px 10px #eee;
}
.ey-product.type-1 .classlist .classsearch {
text-align: center;
margin-bottom: 30px;
}
.ey-product.type-1 .classlist .classsearch .ey-muban-video {
display: inline-block;
color: #ff6f06;
border-bottom: 1px solid #ff6f06;
position: relative;
top: -50px;
margin-right: 20px;
}
.ey-product.type-1 .classlist .classsearch .product-search {
width: 680px;
display: inline-block;
margin-bottom: 0px;
}
.ey-product.type-1 .classlist .classsearch .product-search .input-search {
width: 580px;
float: left;
box-shadow: -2px 3px 5px #eeeeee;
}
.ey-product.type-1 .classlist .classsearch .product-search .form-group {
margin: 0;
}
.ey-product.type-1 .classlist .classsearch .product-search .form-group .searchwords {
text-align: left;
padding-left: 15px;
}
.ey-product.type-1 .classlist .classsearch .product-search .form-group .searchwords a {
margin-top: 15px;
display: inline-block;
margin-right: 10px;
color: #b6b6b6;
}
.ey-product.type-1 .classlist .classsearch .product-search .form-control {
height: 50px;
border-radius: 0;
}
.ey-product.type-1 .classlist .classsearch .product-search .product-search-btn {
width: 100px;
float: left;
height: 52px;
background: #ff6f06;
color: #fff;
border: 0;
outline: none;
font-size: 16px;
}
/* .ey-product.type-1 .classlist .classfiy-fenlei{
} */
.ey-product.type-1 .classlist .classfiy-fenlei .title {
color: #5e7387;
text-decoration: none;
cursor: pointer;
}
.ey-product.type-1 .classlist .classfiy-fenlei .title:hover {
color: #1baadb;
}
.ey-product.type-1 .classlist .classfiy-fenlei .classfiy-list li a {
color: #5e7387;
text-decoration: none;
cursor: pointer;
}
.ey-product.type-1 .classlist .classfiy-fenlei .classfiy-list li a:hover, .ey-product.type-1 .classlist .classfiy-fenlei .classfiy-list li a.active {
color: #ff7600;
}
.ey-product.type-1 .classlist .classfiy-fenlei .classfiy-list li .dropdown-menu {
width: 48%;
top: 100%;
font-size: 0;
}
.ey-product.type-1 .classlist .classfiy-fenlei .classfiy-list li .dropdown-menu a {
width: 50%;
padding: 0 5px;
font-size: 12px;
line-height: 2;
float: left;
text-align: center;
}
.ey-product.type-1 .classlist .banner {
position: relative;
margin-bottom: 70px;
}
.ey-product.type-1 .classlist .banner .img {
height: 260px;
background: rgba(0, 0, 0, 0.38);
}
.ey-product.type-1 .classlist .banner .title {
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;
}
.ey-product.type-1 .classlist .banner .title h3 {
color: #fff;
font-size: 34px;
margin-top: 0;
margin-bottom: 10px;
top: 50%;
position: relative;
transform: translatey(-50%);
}
.ey-product.type-1 .classlist .banner .title p {
top: 50%;
position: relative;
transform: translatey(-50%);
}
.ey-product.type-1 .classlist .main .nav-tabs {
border-bottom: none;
margin: 30px auto;
text-align: center;
}
.ey-product.type-1 .classlist .main .nav-tabs li {
white-space: nowrap;
display: inline-block;
float: none;
margin-right: 15px;
}
.ey-product.type-1 .classlist .main .nav-tabs li a {
background: #fff;
padding: 8px 60px;
border: 1px solid #eee;
border-radius: 0;
white-space: nowrap;
box-shadow: 1px 1px 6px #eee;
transition: all .5s ease;
}
.ey-product.type-1 .classlist .main .nav-tabs li a h3 {
font-size: 12px;
margin: 0;
text-shadow: none;
color: #8b8b8b;
transition: all .5s ease;
letter-spacing: 1px;
}
.ey-product.type-1 .classlist .main .nav-tabs li.active a {
background: #ff6f06;
border: 1px solid #ff6f06;
}
.ey-product.type-1 .classlist .main .nav-tabs li.active a h3 {
color: #fff;
}
.ey-product.type-1 .classlist .main .ey-grid li {
padding: 0 8px;
margin-bottom: 16px;
}
.ey-product.type-1 .classlist .main .ey-grid .widget {
box-shadow: 0px 3px 6px #eee;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-header {
height: 360px;
padding: 10px;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-title {
/* padding: 25px 15px 35px 0px; */
text-align: left;
text-shadow: none;
margin: 0;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-title a {
color: #64686a;
font-size: 15px;
margin-bottom: 8px;
display: block;
height: 18px;
line-height: 20px;
overflow: hidden;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-title a:hover {
text-decoration: none;
color: #ff6f06;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-title .keywords {
height: 1.2em;
margin-bottom: 10px;
overflow: hidden;
font-size: 12px;
text-overflow: ellipsis;
white-space: nowrap;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-title .price p {
margin-top: -3px;
}
/* .ey-product.type-1 .classlist .main .ey-grid .widget-title .price span {
font-size: 12px;
color: #ff0000;
float: left;
line-height: 30px;
} */
.ey-product.type-1 .classlist .main .ey-grid .widget-title .price span.tips {
margin-left: 10px;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-title .price a {
background: #ff6f06;
color: #fff;
font-size: 12px;
padding: 4px 10px;
float: right;
border-radius: 5px;
margin: 6px 0;
line-height: 10px;
}
@media (max-width: 991px) {
.ey-product.type-1 .container {
overflow: hidden;
}
}
@media (max-width: 767px) {
.ey-product.type-1 .classlist .classsearch .product-search {
max-width: 100%;
}
.ey-product.type-1 .classlist .classsearch .product-search .input-search {
width: 250px;
}
.ey-product.type-1 .classlist .classsearch .product-search .product-search-btn {
width: 62px;
}
.ey-product.type-1 .widget-header {
height: 200px;
padding: 5px;
}
.ey-product.type-1 .video_sd .widget-header {
height: 118px;
}
/* .ey-product.type-1 .ey-grid {
margin-right: -20px;
} */
.ey-product.type-1 .ey-grid {
margin: 0;
}
.ey-product.type-1 .ey-grid li {
padding: 0 5px 0 0 !important;
margin-bottom: 5px !important;
}
.ey-product.type-1 .ey-grid li:nth-child(2n) {
padding: 0 !important;
}
.ey-product.type-1 .ey-grid li .widget-title {
padding: 10px !important;
}
}
.ey-grid li {
opacity: 0;
}
.ey-grid li.shown, .no-js .ey-grid li, .no-cssanimations .ey-grid li {
opacity: 1;
}
.ey-grid li.animate {
-webkit-transform: translate3d(0, 200px, 0);
transform: translate3d(0, 200px);
-webkit-animation: moveup .65s ease forwards;
animation: moveup 0.65s ease forwards;
}
@-webkit-keyframes moveup {
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes moveup {
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.ey-muban-cant {
padding: 50px 0px;
}
.ey-muban-cant button {
padding: 10px 50px;
font-size: 16px;
}
@media (max-width: 767px) {
.ey-muban-cant {
padding: 30px 0;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-title .price span.tips {
margin-left: 0;
}
}
/*模板详情页*/
.ey-showproduct.pagetype1 {
background: #f2f2f2;
}
.ey-showproduct.pagetype1 .less-page-content {
background: #f2f2f2;
}
.ey-showproduct.pagetype1 .ey-showproduct-head {
padding: 30px 0px;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
border: 2px solid #ff6f06;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .overlay {
height: 500px;
overflow: hidden;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .overlay img {
margin: 0px auto;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .overlay a {
padding: 10px 30px;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .product-intro {
background: #fff;
padding: 15px;
margin-left: 20px;
color: #5e7387;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .product-intro h1 {
font-size: 28px;
margin-top: 0px;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .product-intro p.number {
color: #5e7387;
margin-bottom: 15px;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .product-intro .para {
border-top: 1px solid #f0f2f5;
border-bottom: 1px solid #f0f2f5;
padding: 15px;
padding-bottom: 0px;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .product-intro .tools {
margin: 15px 15px 0px;
}
.ey-showproduct.pagetype1 .ey-showproduct-head .ey-showproduct-head-left {
background: #fff;
padding: 15px;
}
.ey-showproduct.pagetype1 .ey-showproduct-body {
padding: 30px 0px 0px;
}
.ey-showproduct.pagetype1 .ey-showproduct-body .panel {
border-radius: 0px;
}
.ey-showproduct.pagetype1 .ey-showproduct-body .product-content-body .ey-editor {
padding: 0px;
}
@media (min-width: 992px) {
.ey-showproduct.pagetype1 .ey-showproduct-body .product-content-body .panel {
margin-right: 15px;
}
}
.ey-showproduct.pagetype1 .ey-showproduct-body .product-content-body ul.nav-tabs {
margin-bottom: 30px;
}
.ey-showproduct.pagetype1 .ey-showproduct-body .product-content-body ul.nav-tabs li a {
font-size: 15px;
}
@media (max-width: 767px) {
.ey-showproduct.pagetype1 .ey-showproduct-body {
padding: 15px 0px 0px;
}
.ey-showproduct.pagetype1 .ey-showproduct-body .panel {
box-shadow: none;
margin-bottom: 15px;
}
.ey-showproduct.pagetype1 .ey-showproduct-body .panel-body {
padding: 15px;
}
.ey-showproduct.pagetype1 .ey-showproduct-body .product-content-body .panel {
margin-right: 0px;
}
.ey-showproduct.pagetype1 .ey-showproduct-body .product-content-body ul.nav-tabs {
margin-bottom: 15px;
margin-top: -10px;
}
}
.ey-showproduct.pagetype1 .product-hot {
background: #fff;
}
.ey-showproduct.pagetype1 .product-hot h3 {
margin: 10px 0 15px;
font-size: 18px;
font-weight: 300;
}
@media (min-width: 992px) {
.ey-showproduct.pagetype1 .product-hot {
margin-left: 20px;
}
}
.ey-showproduct.pagetype1 .product-hot-list {
width: 50%;
padding: 0px 15px;
}
@media (min-width: 768px) {
.ey-showproduct.pagetype1 .product-hot-list {
padding: 0px 15px;
}
}
.ey-showproduct.pagetype1 .product-hot-list a.img {
margin: 0px auto;
display: block;
height: 200px;
overflow: hidden;
margin-bottom: 5px;
}
.ey-showproduct.pagetype1 .product-hot-list a.img img {
margin: 0px auto;
}
.ey-showproduct.pagetype1 .product-hot-list a.txt {
color: #5e7387;
text-decoration: none;
}
.ey-showproduct.pagetype1 .product-hot-list a.txt:active, .ey-showproduct.pagetype1 .product-hot-list a.txt:focus, .ey-showproduct.pagetype1 .product-hot-list a.txt:hover {
text-decoration: none;
}
.ey-showproduct.pagetype1 .product-hot-list a.txt:hover {
color: #ff6f06;
}
.ey-showproduct.pagetype1 .product-hot-list p {
color: #f96868;
margin-bottom: 0px;
}
.ey-showproduct.pagetype2 {
background: #fff;
min-height: 0;
}
.ey-showproduct.pagetype2 .less-page-content {
background: #f2f2f2;
}
.ey-showproduct.pagetype2 nav.navbar {
background: #f5f5f5;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0px;
min-height: 50px;
z-index: 1;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
.ey-showproduct.pagetype2 nav.navbar.white h1, .ey-showproduct.pagetype2 nav.navbar.white li a {
color: #fff;
}
.ey-showproduct.pagetype2 nav.navbar li a {
color: #999999;
}
.ey-showproduct.pagetype2 nav.navbar h1 {
margin: 0px;
font-size: 18px;
height: 50px;
line-height: 50px;
padding: 0;
}
.ey-showproduct.pagetype2 nav.navbar .navbar-toggle {
margin-right: 0;
margin-left: 5px;
}
.ey-showproduct.pagetype2 nav.navbar .nav {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
margin-right: 0;
}
.ey-showproduct.pagetype2 nav.navbar .nav > li > a {
padding-top: 0px;
padding-bottom: 0px;
height: 50px;
line-height: 50px;
white-space: nowrap;
}
.ey-showproduct.pagetype2 nav.navbar .nav > li > a.btn {
margin-top: 10px;
padding: 6px 13px;
height: 30px;
line-height: 30px;
color: #fff;
}
.ey-showproduct.pagetype2 nav.navbar .nav > li > a.btn.btn-danger:hover {
color: #f96868;
}
.ey-showproduct.pagetype2 nav.navbar .nav > li .dropdown > a {
display: block;
height: 50px;
line-height: 50px;
position: relative;
padding: 0 15px;
overflow: hidden;
text-decoration: none;
}
.ey-showproduct.pagetype2 nav.navbar .nav > li .dropdown > a:active, .ey-showproduct.pagetype2 nav.navbar .nav > li .dropdown > a:focus, .ey-showproduct.pagetype2 nav.navbar .nav > li .dropdown > a:hover {
text-decoration: none;
}
.ey-showproduct.pagetype2 nav.navbar .nav > li .dropdown .caret {
position: relative;
top: -2px;
}
.ey-showproduct.pagetype2 nav.navbar .nav > li .dropdown-menu li i {
margin-right: 10px;
}
.ey-showproduct.pagetype2 nav.navbar .navbar-toggle {
height: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
.ey-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
background: rgba(255, 255, 255, 0.95);
}
.ey-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
color: #f96868;
}
@media (max-width: 767px) {
.ey-showproduct.pagetype2 nav.navbar h1 {
font-size: 16px;
margin-left: 15px;
}
.ey-showproduct.pagetype2 nav.navbar .nav {
float: none;
}
}
@media (max-width: 349px) {
.ey-showproduct.pagetype2 nav.navbar .navbar-toggle {
margin: 0;
}
}
@media (max-width: 767px) {
.ey-showproduct.pagetype2 .shoppro-btngroup .btn:not(.shop-btn) {
margin: 0 2px !important;
padding: 8px 12px;
font-size: 16px;
}
}
.ey-showproduct.pagetype2 .imgshow {
padding: 50px 0px 0px;
min-height: 900px;
}
.ey-showproduct.pagetype2 .imgshow h2 {
font-size: 48px;
}
.ey-showproduct.pagetype2 .imgshow p.des {
font-size: 22px;
color: #5e7387;
}
.ey-showproduct.pagetype2 .imgshow p.des span {
color: #aeb8c3;
}
.ey-showproduct.pagetype2 .imgshow p.price em {
font-style: normal;
font-size: 30px;
margin-right: 3px;
}
.ey-showproduct.pagetype2 .imgshow [class*=img-bg-] {
margin-top: 0;
}
.ey-showproduct.pagetype2 .imgshow .img-res {
margin-bottom: -20px;
}
.ey-showproduct.pagetype2 .imgshow .img-bg-mobile {
margin-bottom: 50px;
}
.ey-showproduct.pagetype2 .imgshow.imgshow-default {
background-color: #1d1d1d;
}
.ey-showproduct.pagetype2 .imgshow.imgshow-default h2 {
color: #fff;
}
.ey-showproduct.pagetype2 .imgshow.imgshow-default p {
color: #e4eaec;
}
.ey-showproduct.pagetype2 .imgshow.imgshow-primary {
background-color: #ff6f06;
}
.ey-showproduct.pagetype2 .imgshow.imgshow-primary h2 {
color: #fff;
}
.ey-showproduct.pagetype2 .imgshow.imgshow-primary p {
color: #e4eaec;
}
@media (max-width: 991px) {
.ey-showproduct.pagetype2 .imgshow .img-bg-mobile {
zoom: .8;
}
}
@media (min-width: 768px) {
.ey-showproduct.pagetype2 .imgshow .btn {
width: 150px;
}
}
@media (max-width: 767px) {
.ey-showproduct.pagetype2 .imgshow {
min-height: 550px;
padding-top: 30px;
}
.ey-showproduct.pagetype2 .imgshow h2 {
font-size: 30px;
}
.ey-showproduct.pagetype2 .imgshow p.des {
font-size: 18px;
}
.ey-showproduct.pagetype2 .imgshow .imgshow-price {
font-size: 40px !important;
}
.ey-showproduct.pagetype2 .imgshow .imgshow-price span {
font-size: 20px !important;
}
.ey-showproduct.pagetype2 .imgshow .img-res {
margin-bottom: -10px;
}
.ey-showproduct.pagetype2 .imgshow .img-bg-mobile {
zoom: .5;
}
}
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-pane .example-loading {
background: #fff;
}
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-pane .example-loading.loading-ab {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch {
padding: 30px 0;
text-align: center;
}
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch a {
font-size: 22px;
line-height: 1.5;
color: #999999;
text-decoration: none;
cursor: pointer;
}
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch a:hover {
color: #ff6f06;
}
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch a:active, .ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch a:focus, .ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch a:hover {
text-decoration: none;
}
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch h3 {
margin: -10px 0 0;
display: inline-block;
font-size: 26px;
color: #fff;
transition: color 0.5s;
-moz-transition: color 0.5s;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch i {
margin: 0;
position: relative;
top: 8px;
font-size: 40px;
}
@media (max-width: 767px) {
.ey-showproduct.pagetype2 .ey-showproduct-content .tab-switch {
padding: 20px 0;
}
}
.ey-showproduct.pagetype2 .content {
padding: 0px;
background: #f5f5f5;
}
.ey-showproduct.pagetype2 .content .ey-editor {
background-color: transparent;
}
.ey-showproduct.pagetype2 .content .ey-editor img {
padding: 3px;
border: 1px solid #e4eaec;
margin: 15px auto;
}
.ey-showproduct.pagetype2 .content-2, .ey-showproduct.pagetype2 .content-4, .ey-showproduct.pagetype2 .content-6 {
background: #f2f2f2;
}
.ey-showproduct.pagetype2 .content-2 .ey-editor, .ey-showproduct.pagetype2 .content-4 .ey-editor, .ey-showproduct.pagetype2 .content-6 .ey-editor {
background: #f2f2f2;
}
@media (max-width: 767px) {
.ey-showproduct.pagetype2 ul.blocks {
padding-left: 10px;
}
.ey-showproduct.pagetype2 ul.blocks li .widget {
margin-right: 10px;
}
.ey-showproduct.pagetype2 ul.blocks li {
width: 50%;
}
}
/* 模板详情页各设备背景图片 */
.img-bg-ipad1 {
width: 920px;
height: 1344px;
padding: 112px 77px 206px 73px;
background: url(/uploads/image/simg/ipad-bg1.png) center no-repeat;
}
.img-bg-ipad2 {
width: 1305px;
height: 959px;
padding: 56px 139px 133px;
background: url(/uploads/image/simg/ipad-bg2.png) center no-repeat;
}
.img-bg-mobile {
width: 399px;
height: 848px;
padding: 96px 18px 104px;
background: url(/uploads/image/simg/mobile-bg-black.png) center no-repeat;
}
.img-bg-mobile div {
border: 0 !important;
}
.img-bg-pc {
width: 960px;
height: 772px;
padding: 70px 37px 237px 38px;
background: url(/uploads/image/simg/pc-bg.png) center no-repeat;
}
.img-bg-pc div {
border: 0 !important;
}
[class*=img-bg-] {
margin: 50px auto 0;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
-ms-background-size: 100% 100%;
background-size: 100% 100%;
}
[class*=img-bg-] div {
width: 100%;
height: 100%;
border: 1px solid #ccc;
overflow: hidden;
}
[class*=img-bg-] div video {
width: 100%;
height: 100%;
}
[class*=img-bg-] div span {
width: 100%;
display: block;
position: relative;
top: 0;
}
[class*=img-bg-] div img {
width: 100%;
}
/*模板演示页*/
/*产品详情页概述tab*/
/*产品详情页seo tab*/
/*体验tab*/
/*性能tab*/
/*产品详情页参数tab*/
/*产品详情页服务tab*/
/*产品详情页详情内容*/
.ey-showproduct.pagetype2 .content-body {
padding: 150px 0px;
}
.ey-showproduct.pagetype2 .content-body h3 {
margin: 0 0 20px;
font-size: 48px;
line-height: 1.2;
color: #5e7387;
}
.ey-showproduct.pagetype2 .content-body li, .ey-showproduct.pagetype2 .content-body p {
font-size: 22px;
line-height: 1.5;
color: #5e7387;
}
.ey-showproduct.pagetype2 .content-body li {
margin-bottom: 10px;
margin-left: -15px;
}
@media (min-width: 992px) {
.ey-showproduct.pagetype2 .content-body .row {
display: -moz-box;
display: -moz-flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.ey-showproduct.pagetype2 .content-body .lt {
margin-right: 30px;
}
.ey-showproduct.pagetype2 .content-body .rt {
margin-left: 30px;
}
}
@media (max-width: 991px) {
.ey-showproduct.pagetype2 .content-body {
padding: 100px 0;
}
.ey-showproduct.pagetype2 .content-body h3 {
font-size: 40px;
}
.ey-showproduct.pagetype2 .content-body li, .ey-showproduct.pagetype2 .content-body p {
font-size: 20px;
}
.ey-showproduct.pagetype2 .content-body .row {
display: block;
}
.ey-showproduct.pagetype2 .content-body .lt {
margin: 0 0 50px;
}
.ey-showproduct.pagetype2 .content-body .rt {
margin: 50px 0 0;
}
}
@media (max-width: 767px) {
.ey-showproduct.pagetype2 .content-body {
padding: 70px 0;
}
.ey-showproduct.pagetype2 .content-body h3 {
margin-bottom: 15px;
font-size: 30px;
}
.ey-showproduct.pagetype2 .content-body li, .ey-showproduct.pagetype2 .content-body p {
font-size: 16px;
margin-bottom: 5px;
}
.ey-showproduct.pagetype2 .content-body .lt {
margin-bottom: 30px;
}
.ey-showproduct.pagetype2 .content-body .rt {
margin-top: 30px;
}
}
.ey-showproduct.pagetype2 .content-body.bg-white {
background: #fff;
}
.ey-showproduct.pagetype2 .content-body.color-white h3, .ey-showproduct.pagetype2 .content-body.color-white p {
color: #fff;
}
.ey-showproduct.pagetype2 .content-body.tab-switch a span {
color: #ebfd00;
}
.ey-showproduct.pagetype2 .content-center {
text-align: center;
}
.ey-showproduct.pagetype2 .content-center p {
max-width: 700px;
margin: auto;
}
.ey-showproduct.pagetype2 .content-center .content-img {
margin-top: 50px;
}
.ey-showproduct.pagetype2 .content-img {
width: 950px;
height: 636px;
padding: 71px 15px 25px;
margin: auto;
overflow: hidden;
background: url(/uploads/image/simg/browser-bg.png) center no-repeat;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
-ms-background-size: 100%;
background-size: 100%;
}
.ey-showproduct.pagetype2 .content-img span {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.ey-showproduct.pagetype2 .content-img img {
width: 100%;
}
/*应用商店列表页*/
.ey-app {
padding: 30px 0;
background: #f2f2f2;/*列表*//*侧栏*/
}
.ey-app .panel {
margin-bottom: 0;
}
.ey-app .ey-app-list {
padding: 30px;
}
.ey-app .ey-pager-ajax {
margin: -15px;
}
.ey-app .ey-pager-ajax li {
padding-bottom: 30px;
border-bottom: 1px solid #f0f2f5;
margin: 15px 0;
}
.ey-app .ey-pager-ajax li .app-con {
height: 100px;
overflow: hidden;
}
.ey-app .ey-pager-ajax li .app-con .thumb {
width: 100px;
height: 100px;
float: left;
}
.ey-app .ey-pager-ajax li .app-con .thumb a {
width: 100%;
height: 100%;
display: block;
}
.ey-app .ey-pager-ajax li .app-con .thumb img {
width: 100%;
height: 100%;
}
.ey-app .ey-pager-ajax li .app-con .text {
padding-left: 20px;
display: table-cell;
vertical-align: top;
}
.ey-app .ey-pager-ajax li .app-con .text h4 {
margin: 0;
font-size: 18px;
line-height: 1.5;
}
.ey-app .ey-pager-ajax li .app-con .text h4 span {
padding: 2px 5px;
background: #ff9900;
color: #fff;
font-size: 12px;
vertical-align: text-bottom;
}
.ey-app .ey-pager-ajax li .app-con .text h4 a {
color: #999999;
}
.ey-app .ey-pager-ajax li .app-con .text h4 a:hover {
color: #ff6f06;
}
.ey-app .ey-pager-ajax li .app-con .text .desc {
margin: 8px 0 0;
overflow: hidden;
line-height: 1.5;
color: #aaaaaa;
}
@media (max-width: 767px) {
.ey-app .ey-pager-ajax li {
margin: 10px 0;
padding: 0 0 20px;
}
.ey-app .ey-pager-ajax li:last-child {
border: 0;
margin-bottom: 0;
}
.ey-app .ey-pager-ajax li .app-con {
height: 70px;
}
.ey-app .ey-pager-ajax li .app-con .thumb {
width: 70px;
height: 70px;
}
.ey-app .ey-pager-ajax li .app-con .text {
padding-left: 15px;
}
.ey-app .ey-pager-ajax li .app-con .text h4 {
font-size: 16px;
line-height: 1.2;
}
.ey-app .ey-pager-ajax li .app-con .text .desc {
margin-top: 10px;
line-height: 1.5;
}
}
.ey-app .ey-app-bar {
margin-left: 20px;
padding: 20px;
}
@media (max-width: 991px) {
.ey-app .ey-app-bar {
margin: 15px 0 0;
}
}
@media (max-width: 767px) {
.ey-app {
padding: 15px;
}
.ey-app .ey-app-list {
padding: 15px;
}
.ey-app .ey-pager-ajax {
margin: 0;
}
.ey-app .ey-app-bar {
padding: 15px;
}
}
/*应用商店详情页*/
.ey-appstore-body {
padding: 0 0 30px;
background: #f2f2f2;
}
.ey-appstore-body .panel {
margin-bottom: 0;
padding: 30px;
}
.ey-appstore-body .app-intro .img {
width: 110px;
height: 110px;
float: left;
}
.ey-appstore-body .app-intro .img img {
width: 100%;
height: 100%;
}
.ey-appstore-body .app-intro .text {
padding-left: 30px;
display: table-cell;
vertical-align: top;
}
.ey-appstore-body .app-intro .text span {
padding: 3px 5px;
background: #ff9900;
color: #fff;
font-size: 12px;
vertical-align: middle;
}
.ey-appstore-body .app-intro .desc {
margin-top: 7px;
line-height: 1.8;
color: #5e7387;
}
@media (max-width: 767px) {
.ey-appstore-body .app-intro .img {
margin: 10px auto 20px;
float: none;
}
.ey-appstore-body .app-intro .text {
margin: 0;
padding: 0;
display: block;
}
.ey-appstore-body .app-intro .text h1 {
text-align: center;
}
.ey-appstore-body .app-intro .desc {
margin-top: 10px;
}
}
.ey-appstore-body .screenshot .slick-slide:first-child {
display: block;
}
.ey-appstore-body .screenshot .slick-slider .slick-slide {
display: table;
height: 500px;
}
.ey-appstore-body .screenshot .slick-slider .slick-slide > div {
display: table-cell;
vertical-align: middle;
}
.ey-appstore-body .screenshot .slick-slider .slick-slide img {
max-height: 500px;
}
@media (max-width: 991px) {
.ey-appstore-body .screenshot .slick-slider .slick-slide {
height: 400px;
}
.ey-appstore-body .screenshot .slick-slider .slick-slide img {
max-height: 400px;
}
}
@media (max-width: 767px) {
.ey-appstore-body .screenshot .slick-slider .slick-slide {
height: 250px;
}
.ey-appstore-body .screenshot .slick-slider .slick-slide img {
max-height: 250px;
}
}
.ey-appstore-body .app-bar {
padding: 0 0 0 20px;
}
.ey-appstore-body .app-para .price {
font-size: 32px;
}
.ey-appstore-body .app-para .price.downx {
}
.ey-appstore-body .app-para .price.downx .red-600 {
display: none;
}
.ey-appstore-body .app-para .price.downx .btn {
width: 100%;
}
.ey-appstore-body .app-para .app-para-list dl {
margin: 10px 0 0;
overflow: hidden;
}
.ey-appstore-body .app-para .app-para-list dl:first-child {
margin-top: 0;
}
.ey-appstore-body .app-para .app-para-list dl dt {
width: 90px;
float: left;
color: #5e7387;
}
.ey-appstore-body .app-para .app-para-list dl dd {
padding-left: 5px;
display: table-cell;
vertical-align: top;
color: #aaaaaa;
}
@media (min-width: 992px) {
.ey-appstore-body .row > div {
display: table-cell;
float: none;
vertical-align: top;
}
}
@media (max-width: 991px) {
.ey-appstore-body {
padding: 0 15px 15px;
}
.ey-appstore-body .panel {
padding: 15px;
}
.ey-appstore-body .app-bar {
padding: 0;
}
.ey-appstore-body .app-para, .ey-appstore-body .app-sidebar {
margin-top: 15px;
}
}
.app-sidebar {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #f0f2f5;
}
.app-sidebar .app-sidebar-list li {
margin: 30px 0 0;
}
.app-sidebar .app-sidebar-list li .thumb {
width: 70px;
height: 70px;
float: left;
}
.app-sidebar .app-sidebar-list li .thumb a {
width: 100%;
height: 100%;
display: block;
}
.app-sidebar .app-sidebar-list li .thumb img {
width: 100%;
height: 100%;
}
.app-sidebar .app-sidebar-list li .text {
padding-left: 20px;
display: table-cell;
vertical-align: top;
}
.app-sidebar .app-sidebar-list li .text h4 {
margin: 0;
font-size: 16px;
}
.app-sidebar .app-sidebar-list li .text h4 a {
color: #5e7387;
}
.app-sidebar .app-sidebar-list li .text .desc {
height: 3em;
overflow: hidden;
margin: 8px 0 0;
color: #aaaaaa;
}
@media (max-width: 1199px) {
.app-sidebar .app-sidebar-list li .text {
padding-left: 10px;
}
.app-sidebar .app-sidebar-list li .text .desc {
height: 3em;
}
}
@media (max-width: 767px) {
.app-sidebar .app-sidebar-list li {
width: 100%;
margin-top: 20px;
}
.app-sidebar .app-sidebar-list li .thumb {
width: 50px;
height: 50px;
}
.app-sidebar .app-sidebar-list li .text {
padding-left: 10px;
}
.app-sidebar .app-sidebar-list li .text .desc {
height: 1.5em;
}
}
@media (min-width: 768px) {
.app-sidebar.app-new .app-sidebar-list li .text {
padding-top: 10px;
}
.app-sidebar.app-new .app-sidebar-list li .text .desc {
height: auto;
}
}
@media (max-width: 767px) {
.app-sidebar {
margin-top: 20px;
padding-top: 20px;
}
}
.bdt, .ey-appstore-body .screenshot, .ey-appstore-body .app-content {
margin-top: 30px;
border-top: 1px solid #e4eaec;
padding-top: 30px;
}
.bg-blue-grey-100 {
background-color: #f3f7f9 !important;
}
.ey-app .panel, .ey-appstore-body .panel {
margin-bottom: 22px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
/*应用-商城模块*/
/*下载模块*/
.ey-download {
padding: 30px 0px;
background: #f2f2f2;
}
@media (max-width: 767px) {
.ey-download {
padding: 0px;
}
}
.ey-download .list-group {
margin-bottom: 30px;
}
.ey-download .ey-download-body {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ey-download .ey-download-list {
background: #ffffff;
padding: 30px;
}
@media (max-width: 767px) {
.ey-download .ey-download-list {
padding: 10px;
}
}
.ey-download .ey-download-list .list-group-item {
padding: 30px 0px;
}
.ey-download .ey-download-list .media-left {
padding-right: 5px;
padding-left: 10px;
}
.ey-download .ey-download-list .media-left i {
font-size: 38px;
color: #a3afb7;
}
.ey-download .ey-download-list h4.media-heading a {
color: #999999;
font-size: 16px;
}
.ey-download .ey-download-list h4.media-heading a:hover {
color: #ff6f06;
}
.ey-download .ey-download-list small {
color: #76838f;
font-size: 14px;
}
.ey-download .ey-download-list a.btn {
margin-right: 10px;
}
.down-eyoucms {
padding: 50px 0px;
}
/* @media (max-width: 489px) {
.down-eyoucms .btn-marbom {
margin-bottom: 10px;
} */
}
@media (max-width: 418px) {
.down-eyoucms .btn-mardbom {
margin-bottom: 10px;
}
}
.down-eyoucms h1 {
font-size: 43px;
margin: 0px;
}
.down-eyoucms p.desc {
font-size: 18px;
color: #5e7387;
margin: 20px 0px;
}
.down-eyoucms a.btn-download {
padding: 14px 60px;
}
.down-eyoucms ol.breadcrumb {
margin: 20px 0px;
padding: 0px;
font-size: 16px;
color: #aaaaaa;
}
.down-eyoucms .alert {
margin: 20px auto 0;
display: table;
}
.down-eyoucms .active a {
color: #76838f;
}
.down-eyoucms .active a:hover {
color: #ff6f06;
}
.down-eyoucms .qulick-build {
background-color: #e0e0e0;
border-color: #e0e0e0;
color: #757575;
border-radius: 50px;
}
.down-eyoucms .qulick-build:hover, .down-eyoucms .qulick-build :focus, .down-eyoucms .qulick-build :active {
background-color: #ececec;
border-color: #ececec;
}
.down-eyoucms .qulick-service {
background-color: #fff;
border-color: #e0e0e0;
color: #757575;
border-radius: 50px;
}
.down-eyoucms .qulick-service:hover, .down-eyoucms .qulick-service :focus, .down-eyoucms .qulick-service :active {
background-color: #fff;
border-color: #ececec;
}
@media (max-width: 767px) {
.down-eyoucms {
padding: 70px 0px;
}
.down-eyoucms h1 {
font-size: 36px;
}
.down-eyoucms p.desc {
font-size: 20px;
margin: 20px 0;
}
.down-eyoucms a.btn-download {
padding: 10px 20px;
}
.down-eyoucms .alert {
margin-top: 50px;
}
}
.nohref {
-webkit-filter: grayscale(100%) !important;
-moz-filter: grayscale(100%) !important;
-ms-filter: grayscale(100%) !important;
-o-filter: grayscale(100%) !important;
filter: grayscale(100%) !important;
}
.down-service {
background-color: #f5f5f5;
padding-top: 30px;
}
.down-service p:nth-child(1) {
color: #46555c;
font-size: 37px;
text-align: center;
margin-bottom: 25px;
}
.down-service p:nth-child(2) {
color: #5e7387;
font-size: 20px;
text-align: center;
margin-bottom: 30px;
}
.down-service ul {
list-style: none;
padding-bottom: 30px;
}
.down-service ul li {
text-align: center;
margin-bottom: 30px;
}
.down-service ul li img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
transition: all .3s;
}
.down-service ul li img:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.down-help {
border-top: 1px solid #f0f2f5;
}
.down-help .counter {
border-right: 1px solid #f0f2f5;
}
.down-help .counter-icon i.icon {
font-size: 55px;
color: #37474f;
}
.down-help p {
font-size: 16px;
color: #5e7387;
}
.down-help p i.icon {
font-size: 26px;
position: relative;
top: 6px;
}
.down-help p a {
color: #5e7387;
}
.ey-download {
padding: 30px 0px;
background: #f2f2f2;
border-top: 1px solid #f0f2f5;
}
.ey-download .ey-download-body {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ey-download .ey-download-body {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
.ey-download {
padding: 0px;
}
}
.ey-download .ey-download-header, .ey-download .ey-download-footer {
background: #ffffff;
padding: 30px;
}
@media (max-width: 767px) {
.ey-download .ey-download-header, .ey-download .ey-download-footer {
padding: 10px;
}
}
.ey-download .ey-download-header {
padding-bottom: 0px;
}
.ey-download h1 {
margin: 0px;
font-size: 32px;
margin-bottom: 5px;
}
@media (max-width: 767px) {
.ey-download .ey-download-header {
padding-top: 20px;
}
}
.ey-download .info {
color: #a3afb7;
font-size: 16px;
padding-bottom: 20px;
border-bottom: 1px solid #f0f2f5;
}
.ey-download .info span {
padding-right: 10px;
}
@media (max-width: 767px) {
.ey-download .info {
padding-bottom: 20px;
}
}
.ey-download .paralist {
background: #ffffff;
padding: 30px;
padding-bottom: 0px;
}
@media (max-width: 767px) {
.ey-download .paralist {
padding: 10px;
}
}
.ey-download .paralist dl {
font-size: 16px;
border-bottom: 1px solid #f0f2f5;
margin-bottom: 0px;
padding-bottom: 5px;
}
.ey-download .paralist dl dd {
color: #76838f;
margin-bottom: 5px;
}
@media (min-width: 768px) {
.ey-download .paralist dl {
padding-bottom: 25px;
}
.ey-download .paralist dl dt {
width: 100px;
margin-bottom: 5px;
}
.ey-download .paralist dl dd {
margin-left: 120px;
margin-bottom: 5px;
}
}
/*招聘模块*/
/*留言模块*/
/*留言模块*/
/*反馈模块*/
/*全站搜索*/
/*搜索模块*/
/*全站搜索*/
/*商城模块*/
.content-item-dl {
}
.content-item-dl dt {
padding: 0px;
margin: 0px;
transition: all 0.2s linear;
background-color: rgb(0, 128, 0);
float: left;
color: #fff;
}
.content-item-dl dt {
clear: both;
padding-left: 10px;
}
.content-item-dl dd {
clear: both;
color: #8a8a8a;
font-size: 16px;
padding-left: 10px;
}
.content-item-dl .tag {
line-height: 30px;
height: auto;
display: flex;
padding: 10px 0;
}
.content-item-dl .tag span {
font-weight: bold;
font-size: 16px;
color: #ff0000;
float: left;
line-height: 30px;
padding-left: 10px;
}
.content-item-dl .tag span .tag {
padding: 5px 10px;
background-color: #19b5fe;
color: #fff;
font-size: 16px;
line-height: 1.4;
font-weight: 400;
margin: 0 5px 0 0;
border-radius: 2px;
display: inline-block
}
.content-item-dl .tag span .tag:nth-child(5n) {
background-color: #4a4a4a
}
.content-item-dl .tag span .tag:nth-child(5n 1) {
background-color: #ff5e5c
}
.content-item-dl .tag span .tag:nth-child(5n 2) {
background-color: #ffbb50
}
.content-item-dl .tag span .tag:nth-child(5n 3) {
background-color: #1ac756
}
.content-item-dl .tag span .tag:nth-child(5n 4) {
background-color: #19b5fe
}
.content-item-dl .tag span .tag:hover {
background-color: #1b1b1b;
color: #fff
}
.clearfix {
clear: both;
}
.ey-news-img div {
overflow: hidden;
}
.ey-news-img div p {
margin: 0px;
}
.mbx {
margin-top: 10px !important;
}
.mbx h3 {
margin-bottom: 0px !important;
}
.itag {
text-align: center;
clear: both;
}
.itag a {
margin: 0px 10px;
}
/*main css*/
.main-im {
position: fixed;
right: 10px;
top: 300px;
z-index: 100;
width: 110px;
height: 272px;
}
.main-im .qq-a {
display: block;
width: 106px;
height: 116px;
font-size: 14px;
color: #0484cd;
text-align: center;
position: relative;
}
.main-im .qq-a span {
bottom: 5px;
position: absolute;
width: 90px;
left: 10px;
}
.main-im .qq-hover-c {
width: 70px;
height: 70px;
border-radius: 35px;
position: absolute;
left: 18px;
top: 10px;
overflow: hidden;
z-index: 9;
}
.main-im .qq-container {
z-index: 99;
position: absolute;
width: 109px;
height: 118px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: 1px solid #dddddd;
background: url(/uploads/image/simg/qq-icon-bg.png) no-repeat center 8px;
}
.main-im .img-qq {
max-width: 60px;
display: block;
position: absolute;
left: 6px;
top: 3px;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.main-im .im-qq:hover .img-qq {
max-width: 70px;
left: 1px;
top: 8px;
position: absolute;
}
.main-im .im_main {
background: #f9fafb;
border: 1px solid #dddddd;
border-radius: 10px;
background: #f9fafb;
display: none;
}
.main-im .im_main .im-tel {
color: #000000;
text-align: center;
width: 109px;
border-bottom: 1px solid #dddddd;
}
.main-im .im_main .im-tel div {
font-weight: bold;
font-size: 12px;
margin-top: 11px;
}
.main-im .im_main .im-tel .tel-num {
font-family: arial;
font-weight: bold;
color: #e66d15;
}
.main-im .im_main .im-tel:hover {
background: #fafafa;
}
.main-im .im_main .weixing-container {
width: 55px;
height: 47px;
border-right: 1px solid #dddddd;
background: #f5f5f5;
border-bottom-left-radius: 10px;
background: url(/uploads/image/simg/weixing-icon.png) no-repeat center center;
float: left;
}
.main-im .im_main .weixing-show {
width: 112px;
height: 142px;
background: #ffffff;
border-radius: 10px;
border: 1px solid #dddddd;
position: absolute;
left: -125px;
top: -82px;
display: none
}
.main-im .im_main .weixing-show .weixing-sanjiao {
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #ffffff;
border-width: 6px;
left: 111px;
top: 100px;
position: absolute;
z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big {
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #dddddd;
border-width: 8px;
left: 112px;
top: 100px;
position: absolute;
}
.main-im .im_main .weixing-show .weixing-ma {
width: 104px;
height: 103px;
padding-left: 5px;
padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt {
position: absolute;
top: 110px;
left: 7px;
width: 100px;
margin: 0 auto;
text-align: center;
}
.main-im .im_main .go-top {
width: 50px;
height: 47px;
background: #f5f5f5;
border-bottom-right-radius: 10px;
background: no-repeat center center;
float: right;
}
.main-im .im_main .go-top a {
display: block;
width: 52px;
height: 47px;
}
.main-im .close-im {
position: absolute;
right: 10px;
top: -12px;
z-index: 100;
width: 24px;
height: 24px;
}
.main-im .close-im a {
display: block;
width: 24px;
height: 24px;
background: url(/uploads/image/simg/close_im.png) no-repeat left top;
}
.main-im .close-im a:hover {
text-decoration: none;
}
.main-im .open-im {
cursor: pointer;
margin-left: 68px;
width: 40px;
height: 133px;
background: url(/uploads/image/simg/open_im.png) no-repeat left top;
}
.main-im .im_main .fuli-showx {
width: 186px;
height: 221px;
background: #ffffff;
border-radius: 20px;
position: absolute;
left: -196px;
top: 70px;
display: none;
}
.main-im .im_main .fuli-show .fuli-sanjiaox {
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #ffffff;
border-width: 6px;
left: 221px;
top: 102px;
position: absolute;
z-index: 2;
}
.main-im .im_main .fuli-show .fuli-sanjiaox-big {
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #dddddd;
border-width: 8px;
left: 221px;
top: 100px;
position: absolute;
}
.main-im .im_main .fuli-show .fuli-max {
width: 214px;
height: 136px;
padding-left: 5px;
padding-top: 5px;
}
.main-im .im_main .weixing-showx {
width: 222px;
height: 142px;
background: #ffffff;
border-radius: 10px;
border: 1px solid #dddddd;
position: absolute;
left: -235px;
top: -82px;
display: none
}
.main-im .im_main .weixing-show .weixing-sanjiaox {
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #ffffff;
border-width: 6px;
left: 221px;
top: 102px;
position: absolute;
z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiaox-big {
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #dddddd;
border-width: 8px;
left: 221px;
top: 100px;
position: absolute;
}
.main-im .im_main .weixing-show .weixing-max {
width: 214px;
height: 136px;
padding-left: 5px;
padding-top: 5px;
}
.bor-ul li {
height: 42px;
line-height: 42px;
text-align: center;
border-bottom: 1px solid #f0f0f0;
padding-left: 17px;
}
.bor-ul li.ico-bg {
background: url(/uploads/image/simg/q3.png) no-repeat;
background-position: 19px -210px;
}
.bor-ul li.ico-tp {
background: url(/uploads/image/simg/topiao.png) no-repeat;
background-position: 16px -214px;
}
.bor-ul li.fuli {
background: url(/uploads/image/simg/fuli.png) no-repeat;
background-position: 18px 10px;
cursor: pointer;
}
.bor-ul li.copy {
background: url(/uploads/image/simg/copy.png) no-repeat;
background-position: 18px 10px;
cursor: pointer;
}
.bg-blue-600 {
background-color: #ff9900 !important;
}
.bg-blue-grey-200 {
background-color: #e4eaec !important;
}
.bg-green-600 {
background-color: #46be8a !important;
}
.bg-blue-grey-600 {
background-color: #526069 !important;
}
.bg-red-600 {
background-color: #f96868 !important;
}
.pe-angle-right:before {
content: "\e684";
}
.tooltip {
position: absolute;
z-index: 1900;
display: block;
font-family: roboto, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 1.57142857;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9
}
.tooltip.top {
padding: 4px 0;
margin-top: -3px
}
.tooltip.right {
padding: 0 4px;
margin-left: 3px
}
.tooltip.bottom {
padding: 4px 0;
margin-top: 3px
}
.tooltip.left {
padding: 0 4px;
margin-left: -3px
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: rgba(0,0,0,.8);
border-radius: 3px
}
.wb-eye:before {
content: "\f13f";
}
.blank20 {
height: 20px;
line-height: 20px;
clear: both;
}
.blank30 {
height: 30px;
line-height: 30px;
clear: both;
}
.back_f2 {
background: #f7f7f7;
}
/*易优问答*/
.wenda h4 {
padding: 0px;
margin: 0px;
}
.list_ask_li {
display: block;
font: 700 22px/28px tahoma;
background: #fff;
border-top: 1px solid #fff;
height: 50px;
border-bottom: 1px dotted #cdcdcd;
margin: 0;
width: 50%;
float: left;
}
.list_ask_li {
overflow: hidden;
padding: 6px 0;
}
.list_ask_li:hover {
background-color: rgb(248, 248, 248);
}
.ask_c {
width: 100%;
padding-left: 0px;
}
.list_ask_tit {
font-weight: normal;
background: url(/uploads/image/simg/titleico.gif) no-repeat 8px 7px;
text-indent: 35px;
height: 38px;
line-height: 38px;
}
.list_ask_tit a {
text-decoration: none;
font-size: 14px;
font-family: tahoma, geneva, sans-serif;
color: #333;
float: left;
}
.q_box {
clear: left;
color: #999;
display: block;
float: right;
font: 400 12px verdana, geneva, sans-serif;
text-align: left;
overflow: hidden;
padding: 14px 10px 0 0;
position: relative;
top: -38px;
}
.p_url {
float: left;
font-family: 宋体;
font-size: 12px;
color: rgb(102, 102, 102);
width: 460px;
margin-top: 2px;
text-align: left;
line-height: 22px;
height: 22px;
overflow: hidden;
}
.place {
height: 44px;
line-height: 44px;
color: #a5a5a5;
font-size: 14px;
overflow: hidden;
border-bottom: 1px solid #e7e7e7;
background-color: #fff;
padding-left: 10px;
}
.place a{
color: #a5a5a5;
text-decoration: none;
font-size: 14px;
}
.p_url a {
color: #666;
padding: 0px 3px;
}
.p_url a.pd {
float: left;
display: block;
padding: 0;
margin: 0 5px;
cursor: pointer;
overflow: hidden;
height: 22px;
font-size: 18px;
border-right: 1px dotted #ccc;
text-shadow: 0 1px #ccc;
padding-right: 10px;
font-family: "microsoft yahei";
color: #333;
}
.ask_list {
padding-top: 15px;
background: #fff;
}
.wenda .ey_pager {
padding: 15px;
clear: both;
}
.wb-search:before {
content: "\f131";
}
.pcwp {
width: 149px;
height: 290px;
background: url(/uploads/image/simg/shouji_1.png) no-repeat;
background-size: 146px 250px;
position: absolute;
top: 138px;
right: 5px;
z-index: 0;
}
.pcwp a {
height: 214px;
overflow: hidden;
display: block;
border-radius: 3px;
}
.pcwp img {
width: 110.8px;
margin: 38px 1px 0 18px;
float: left;
display: inline;
min-height: 175px;
}
.wd-nav {
padding: 0px;
}
.wd-nav ul {
border-bottom: none;
border-right: none;
}
.wd-nav li {
width: 50%;
box-sizing: border-box;
float: left;
border-bottom: 1px solid #e7e7e7;
padding: 10px 0px;
text-align: center;
display: block;
}
.clear {
clear: both;
}
.pcf .pricing-column-four {
width: 33.33%
}
.xgwt {
background: #fff;
}
.xgwt .ey-pager-ajax {
padding: 0 25px;
}
@media (max-width: 640px) {
.main-im, .pcwp {
display: none;
}
.shoppro-btngroup {
width: 100px;
}
.btn-lg {
padding: 3px 18px;
font-size: 17px;
}
.xgwt li {
width: 100%
}
.xgwt .ey-pager-ajax {
padding: 0
}
.ey-shownews h1 {
font-size: 22px;
margin-top: 10px;
}
.ey-editor {
font-size: 14px;
}
}
footer div a {
color: #aaaaaa;
}
.overflow {
overflow: hidden;
}
/* 无忧服务 */
.wuyou_table_con table {
color: #999999;
}
.wuyou_table_con table a {
text-decoration: none;
}
.wuyou_table_con table a:active, .wuyou_table_con table a:focus, .wuyou_table_con table a:hover {
text-decoration: none;
}
.wuyou_table_con thead th {
padding: 12px 20px!important;
width: 20%;
text-align: center;
font-size: 20px;
line-height: 1;
font-weight: normal;
border-left: 4px solid #fff;
border-bottom: 0!important;
}
.wuyou_table_con thead th[class*="bg-"] {
color: #fff;
}
.wuyou_table_con tbody td, .wuyou_table_con tbody th {
vertical-align: middle!important;
font-weight: normal;
padding: 12px 15px!important;
font-size: 16px;
border-left: 4px solid #fff;
}
.wuyou_table_con tbody tr *:nth-child(2) {
background: #d5e4f1;
}
.wuyou_table_con tbody tr:nth-child(odd) td:nth-child(2) {
background: #e8f1f8;
}
.wuyou_table_con tbody tr.business_price td {
font-size: 22px;
}
.wuyou_table_con tbody td {
text-align: center;
border-top: 0!important;
}
.wuyou_table_con tbody td .icon {
font-size: 16px;
}
.wuyou_table_con tbody th {
border-top: 0!important;
}
.wuyou_table_con tbody th i {
margin-left: 5px;
color: #f0ad4e;
font-weight: bold;
}
.wuyou_table_con table thead tr, .wuyou_table_con table tbody tr:nth-child(even) {
background: #eff4f5;
}
.wuyou_table_con th.heading {
border-left: 2px solid #62a8ea;
border-top: 0!important;
}
.wuyou_table_con .youhui th.heading {
border-color: #f96868;
}
.wuyou_table_con .youhui td a:hover {
text-decoration: underline;
}
.wuyou_table_con .glyphicon {
font-size: 22px;
color: #21d376;
}
.wuyou_table_con a.btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
white-space: nowrap;
}
@media (max-width:767px) {
.wuyou_table_con thead th {
padding: 5px 10px!important;
border-left-width: 1px;
font-size: 18px;
}
.wuyou_table_con tbody th, .wuyou_table_con tbody td {
padding: 8px 10px!important;
border-left-width: 1px;
font-size: 14px;
}
}
.wuyou_table_con .wuyou_table_con_con {
max-width: 100%;
overflow-x: auto;
white-space: nowrap;
}
.wuyou_table_con tbody tr *:nth-child(2) {
background: inherit;
}
.wuyou_table_con tbody tr:nth-child(odd) td:nth-child(2) {
background: inherit;
}
.wuyou_tips {
line-height: 1.8;
color: #76838f;
}
@media (max-width: 640px) {
.pcf .pricing-column-four {
width: 100% !important
}
}
.icotj {
display: block;
height: 46px;
position: absolute;
right: -3px;
top: -2px;
z-index: 2;
overflow: visible;
}
.none {
display: none;
}
.font-weight-400 {
font-weight: 400!important;
}
.weask {
width: 100% !important;
background: #fbe4ca;
}
/*new*/
#uc_member {
float: right;
position: relative;
z-index: 1000;
}
.tourpage-hero {
position: relative;
padding: 100px 0 86px;
color: #fff;
text-align: center;
background: linear-gradient(-45deg, #ff5000, #ff9000);
}
.tourpage-hero .tourpage-hero-desc {
position: relative;
z-index: 2;
}
.tourpage-hero h1, .tourpage-hero p {
text-shadow: 0 1px 2px rgba(0,0,0,.12);
color: #fff;
font-family: apple-system, blinkmacsystemfont, "segoe ui", roboto, "segoe ui", "helvetica neue", "pingfang sc", "noto sans", "noto sans cjk sc", "microsoft yahei", 微软雅黑, sans-serif;
}
.tourpage-hero h1 {
margin-bottom: 44px;
font-size: 40px;
line-height: 1.5;
font-weight: 300;
}
.tourpage-hero p {
padding: 0 16px;
max-width: 740px;
margin: 0 auto 30px;
font-size: 16px;
line-height: 1.57;
}
.tourpage-hero h1, .tourpage-hero p {
text-shadow: 0 1px 2px rgba(0,0,0,.12);
}
.tourpage-hero .hero-bg-item.circles {
}
/*.tourpage-hero .hero-bg-item.lines {
background-position: center 90px;
background-image: url(/uploads/image/simg/tourpage-hero-bg-lines.png);
}*/
.tourpage-hero .hero-bg-item {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-repeat: no-repeat;
background-size: contain;
}
.go_demo, .go_backstage, .go_down, .go_info, .go_backstage_zy, .go_down_zy, .go_doc {
display: block;
padding: 2px 15px;
font-size: 1.0em;
border: 1px solid white;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 50px;
text-align: left;
text-indent: 28px;
background: url(/uploads/image/simg/icon_1.gif) 15px center no-repeat;
line-height: 180%;
}
.go_backstage_zy {
display: block;
padding: 4px 22px;
font-size: 16px;
color: #7a7a7a!important;
border: 1px solid #e2e2e2;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 50px;
text-align: left;
text-indent: 28px;
background: url(/uploads/image/simg/icon_2_h.png) 15px center no-repeat;
line-height: 180%;
}
.go_backstage_zy:hover {
color: #7a7a7a!important;
border: 1px solid #e2e2e2!important;
}
.go_goumai_zy {
display: block;
padding: 4px 22px;
font-size: 16px;
border: 1px solid white;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 50px;
text-align: left;
text-indent: 28px;
background: url(/uploads/image/simg/icon_1.gif) 15px center no-repeat;
line-height: 180%;
}
.go_backstage {
background: url(/uploads/image/simg/icon_2.gif) 15px center no-repeat;
}
.go_down {
background: url(/uploads/image/simg/icon_3.gif) 15px center no-repeat;
}
.go_info {
background: url(/uploads/image/simg/icon_4.gif) 15px center no-repeat;
}
.go_backstage_zy {
background: url(/uploads/image/simg/icon_2_h.png) 22px center no-repeat;
background-size: 20px;
}
.go_goumai_zy {
background: url(/uploads/image/simg/icon_5.png) 22px center no-repeat #ff7421;
background-size: 20px;
}
.go_doc {
background: url(/uploads/image/simg/icon_6.png) 15px center no-repeat;
}
.tourpage-hero-desc a:visited, .tourpage-hero-desc a:link {
color: white;
background-size: 18px;
}
.tourpage-hero-desc a:hover {
border: 1px solid #f7f7f7;
color: #f7f7f7;
text-decoration: none;
}
.cate-list {
margin-top: -16px;
margin-right: -16px;
margin-bottom: 20px;
}
.cate-list li {
overflow: hidden;
float: left;
width: 25%;
height: auto;
margin-top: 5px;
text-align: left;
}
.cate-list li div.con {
display: flex;
flex-direction: row;
align-items: center;
border: 1px solid #f6f6f6;
background: #fff;
}
.cate-list li div.con .avatar1 {
padding: 18px;
text-decoration: none;
}
.cate-list li div.con img {
float: none;
margin: 0;
border-radius: 0px;
width: 70px !important;
height: 70px;
float: left;
}
.cate-list li div.con .con .con-r {
overflow: hidden;
padding: 18px 0;
}
.cate-list li div.con .title {
overflow: hidden;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
width: auto;
height: 24px;
line-height: 14px;
padding: 0 10px 0 0;
color: #64686a;
font-size: 15px;
}
.cate-list li div.con p {
margin-top: 0px;
padding-right: 10px;
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.cate-list li div.zhuanye {
height: 140px;
border: 1px solid #f6f6f6;
background: #fff;
}
.cate-list div.zhuanye .avatar1 {
float: left;
padding: 18px;
text-decoration: none;
}
.cate-list div.zhuanye img {
float: none;
margin: 0;
border-radius: 0px;
width: 70px !important;
height: 70px;
float: left;
}
.cate-list div.zhuanye .title {
overflow: hidden;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
width: auto;
height: 24px;
line-height: 14px;
margin-top: 26px;
padding: 0 10px 0 0;
color: #64686a;
font-size: 15px;
}
.cate-list div.zhuanye p {
overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
margin-top: 0px;
padding-right: 10px;
font-size: 13px;
padding-bottom: 15px;
}
.cate-list-plus {
position: relative;
width: 100%;
margin: 0;
}
.cate-list-plus .item-plus {
float: left;
margin: 0 10px 10px 0;
padding: 0 !important;
width: calc((100% - 30px) / 4);
height: 138px
}
.cate-list-plus .item-plus:nth-child(4n) {
margin-right: 0;
}
.cate-list-plus .item-plus>div {
padding: 9px;
width: 100%;
border-radius: 4px;
background: #fff;
box-shadow: 0 1px 3px 0 #ccc;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cate-list-plus .item-plus p.list_cjimg {
float: left;
display: flex;
margin-right: 10px;
padding: 0;
width: 80px;
height: 80px;
border-radius: 4px;
background: #f4f4f4;
line-height: 80px;
justify-content: center;
align-items: center
}
.cate-list-plus .item-plus p.list_cjimg img {
display: inline-block;
max-width: 80px;
max-height: 80px;
border-radius: 4px;
vertical-align: middle
}
.cate-list-plus .item-plus .t {
overflow: hidden;
height: 80px
}
.cate-list-plus .item-plus .t a:hover {
color: #f60;
}
.cate-list-plus .item-plus .t h5 {
margin: 0;
height: 28px;
font-weight: 400;
font-size: 13px;
line-height: 28px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cate-list-plus .item-plus .t h6 {
font-weight: 400;
font-size: 12px;
color: #555;
}
.cate-list-plus .item-plus .t h6 em {
float: left;
font-size: 12px
}
.cate-list-plus .item-plus .t h6 em i {
color: #999
}
.cate-list-plus .item-plus .t h5 b,
.lib1 li .b h5 b {
float: right
}
.cate-list-plus .item-plus .t h5 .price {
margin-right: 6px;
color: #f60;
font-weight: 400;
font-size: 14px
}
.cate-list-plus .item-plus .t h5 .yd {
font-size: 12px
}
.cate-list-plus .item-plus .b {
font-size: 12px;
margin-top: 10px;
padding-top: 7px;
height: 30px;
border-top: #ddd 1px dashed;
line-height: 30px;
overflow: hidden;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.cate-list-plus .item-plus .b i {
margin-right: 3px;
color: #999
}
.cate-list-plus .item-plus .b .developer {
color: #333
}
.cate-list-plus .item-plus .b .y {
float: right;
}
.cate-list-plus .item-plus .b .y a i {
color: #999;
border: 1px solid #ddd;
background: #f9f9f9;
float: left;
overflow: hidden;
text-align: center;
height: 17px;
line-height: 15px;
padding: 0 4.5px
}
.cate-list-plus .item-plus .b .y a i.protect {
color: #6a4;
border-color: #6a4;
background: #eff
}
.cate-list-plus .item-plus .b .y a i.score {
color: #f60;
border-color: #ff7e00;
background: #fff5ee
}
.cate-list-plus .item-plus .b .y a i.send {
color: #b68571;
border-color: #e3c8bd;
background: #fffbf6
}
.cate-list-plus .item-plus .b .y a i.install0 {
color: #498bf8;
border-color: #71a3f5;
background: #eef9ff
}
.cate-list-plus .item-plus .over {
position: relative;
z-index: 99;
box-shadow: 0 0 10px #ccc
}
.cate-list-plus .item-plus .lijs {
display: none;
bottom: 0;
}
.cate-list-plus .item-plus .lijs {
position: relative;
padding: 9px 0 0;
width: 100%;
border-top: none;
border-bottom: none;
line-height: 20px
}
.cate-list-plus .item-plus .lijs span {
display: inline-block;
text-align: left;
overflow: hidden;
padding: 6px 8px;
width: 100%;
font-size: 12px;
color: #999;
border-radius: 4px;
background: #f4f4f4;
}
@media (max-width:992px) {
.cate-list-plus .item-plus {
float: left;
margin: 0 10px 10px 0;
width: calc((100% - 10px) / 2);
height: 138px
}
.cate-list-plus .item-plus:nth-child(2n) {
margin-right: 0;
}
}
@media (max-width:431px) {
.cate-list-plus .item-plus {
float: left;
margin: 0 10px 10px 0;
width: calc((100%) / 1);
height: 138px
}
}
@media (max-width: 640px) {
.cate-list li div {
height: auto;
}
.cate-list .title {
margin-top: 15px;
}
.cate-list .con-r .title {
margin-top: 0;
}
.cate-list p {
margin: 0px;
height: 42px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.cate-list .con-r p {
margin: 0px;
height: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
}
.senior-list {
margin-top: -16px;
margin-right: -16px;
margin-bottom: 20px;
}
.senior-list li {
overflow: hidden;
float: left;
width: 33.33%;
height: auto;
margin-top: 16px;
text-align: left;
padding-bottom: 15px;
padding: 0 30px !important;
}
.senior-list li:nth-child(2) {
border-left: 1px solid #dfdfdf;
border-right: 1px solid #dfdfdf;
}
.senior-list li div {
height: 208px;
background: #fff;
}
.senior-list li div span {
display: block;
}
.senior-list li div span img {
width: 65px;
height: 65px;
display: block;
text-align: center;
margin: 0 auto;
}
.senior-list li .avatar1 {
float: left;
padding: 18px;
text-decoration: none;
}
.senior-list li .title {
position: relative;
overflow: hidden;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
width: auto;
text-align: center;
height: 62px;
font-size: 24px;
line-height: 24px;
padding-top: 16px;
padding-bottom: 22px;
color: #313131;
}
.senior-list li .title em {
display: block;
width: 75px;
color: #6f6f6f;
font-size: 14px;
background: url(/uploads/image/simg/mbsl.png) 0 no-repeat;
position: absolute;
right: 68px;
top: 9px;
z-index: 2;
overflow: visible;
}
.senior-list li i.fb {
display: block;
margin: 0 auto;
width: 21px;
border-top: 2px solid #ff6f06;
}
/* .senior-list li:nth-child(2) .title {
color: #6380fe;
}
.senior-list li:nth-child(3) .title {
color: #ff934b;
} */
.senior-list li p {
overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
margin-top: 0px;
padding: 24px 28px 15px 28px;
font-size: 16px;
padding-bottom: 15px;
}
.nav-tab-btn {
margin-top: 30px;
font-size: 0;
text-align: center;
}
.nav-tab-btn a {
display: inline-block;
font-size: 14px;
color: #666;
text-align: center;
width: 120px;
line-height: 40px;
background: #f5f5f5;
border: 1px solid #dfdfdf;
margin: 0 10px;
}
.nav-tab-btn a.active {
background: #ff6f06;
color: #fff;
}
.nav-tab-btn a:hover {
background: #ff6f06;
color: #fff;
}
@media (max-width: 640px) {
.nav-tab-btn a {
width: 82px;
margin: 0 5px;
}
.senior-list li div {
height: 230px;
}
.senior-list li p {
padding: 15px 10px;
}
}
.description {
display: none;
}
.ey-index-news .item .newslist li {
border-bottom: 1px dotted #eee;
}
.ey-index-news .item .newslist li:last-child {
border-bottom: 1px dotted #fff;
}
.ey-index-news .item .newslist li:nth-child(1) p {
display: block;
}
.mplus {
padding-bottom: 0px;
}
.ey-banner .row {
padding: 0px 380px
}
@media (max-width: 1400px) {
.ey-banner .row {
padding: 0px 280px
}
}
@media (max-width: 1200px) {
.ey-banner {
}
.ey-banner .row {
padding: 0px 30px
}
.ey-banner-ny .row {
margin-top: 30px;
padding: 0px 328px!important;
}
}
@media (max-width: 1200px) {
.cate-list li {
width: 50%;
}
}
@media (max-width: 640px) {
.cate-list li {
width: 100%;
margin-bottom: 0 !important;
padding-right: 0 !important;
}
}
.ey-banner-ny {
background: url(/uploads/image/simg/bottom-apply-01.jpg) 0 0 no-repeat;
height: 180px;
background-size: 100% 100%;
}
.banner_z:before {
height: unset
}
.ey-banner-ny .row {
margin-top: 30px;
padding: 0px 545px;
}
.ey-pinghei {
font: 16px/1.5 "hanhei-sc", "segoe ui", "lucida grande", helvetica, arial, "microsoft yahei", freesans, arimo, "droid sans", "wenquanyi micro hei", "hiragino sans gb", "hiragino sans gb w3", roboto, arial, sans-serif;
}
.ey-banner-ny h1, .ey-banner-ny h2 {
color: #fff;
font-size: 35px;
font-weight: 300;
padding: 10px 30px;
margin: 0px;
text-shadow: none;
}
.ey-banner-pro {
text-align: center;
position: relative;
height: 200px;
background: url(/uploads/image/simg/banner_produce_bg.png) center center no-repeat #ff7421;
}
.ey-banner-pro .title {
margin-top: 80px;
display: inline-block;
color: #fff;
font-size: 42px;
}
.product-nav {
width: 100%;
display: block;
text-align: center;
background-color: #ff7421;
}
.product-nav .items {
margin: 0 auto;
overflow: hidden;
}
.product-nav .item {
color: #fff;
display: inline-block;
font-size: 22px;
padding: 14px 30px;
line-height: 30px;
}
.product-nav .item.icon1.cur {
background-color: #fff;
color: #ff6f06;
}
.product-nav .item.icon2.cur {
background-color: #fff;
color: #ff6f06;
}
.product-nav .item.icon1 span, .product-nav .item.icon2 span {
float: left;
margin-right: 4px;
display: block;
width: 30px;
height: 30px;
}
.product-nav .item.icon1 span {
background: url(/uploads/image/simg/icon_product_auth2.png) center center no-repeat;
}
.product-nav .item.icon1.cur span {
background: url(/uploads/image/simg/icon_product_auth.png) center center no-repeat;
}
.product-nav .item.icon2 {
color: #ffffff;
}
.product-nav .item.icon2 span {
background: url(/uploads/image/simg/icon_product_vip.png) center center no-repeat;
}
.product-nav .item.icon2.cur span {
background: url(/uploads/image/simg/icon_product_vip2.png) center center no-repeat;
}
@media (min-width: 1200px) and (max-width: 1600px) {
.ey-banner .row {
padding: 0px 270px;
}
.ey-banner-ny .row {
margin-top: 30px;
padding: 0px 398px;
}
}
.business_table .tips {
text-align: center;
padding: 0px 0px 25px;
}
.business_table .tips b {
font-size: 17px;
}
.business_table .tips .ff0 {
color: #ff0000;
}
.daili .tips {
padding-bottom: 40px;
color: #ff0000;
}
.psd .ey-editor img {
width: 100%;
}
.img-litpic {
margin-bottom: 30px;
border: 1px solid #e8e8e8;
}
.img-info-r .download-btn {
display: block;
margin: 0 auto 22px;
width: 100%;
height: 51px;
line-height: 51px;
text-align: center;
font-size: 18px;
color: #fff;
border-radius: 2px;
}
.img-info-r a.public-bw-dw {
background: #fd7222;
text-decoration: none;
cursor: pointer;
}
.img-info-r .download-btn i {
display: inline-block;
margin-right: 8px;
font-weight: 700;
}
.img-info-r .collect-btn i {
display: inline-block;
margin-right: 8px;
font-weight: 700;
}
.img-info-r .sc-btn {
display: block;
margin: 0 auto 22px;
width: 100%;
height: 51px;
line-height: 51px;
text-align: center;
font-size: 18px;
color: #fff;
border-radius: 2px;
}
.img-info-r a.sc-bw-dw {
background: #427f45;
text-decoration: none;
cursor: pointer;
}
.img-info-r .collect-btn {
display: block;
width: 100%;
height: 48px;
line-height: 48px;
font-size: 18px;
border: 1px solid #ddd;
color: #606060;
text-align: center;
border-radius: 2px;/* margin: 0 auto 22px; */
}
.img-info-r .download-btn:hover, .img-info-r .collect-btn:hover, .img-info-r .sc-btn:hover {
opacity: .8;
filter: alpha(opacity=80);
text-decoration: none;
}
.img-info-r .info-r-m {
padding-top: 16px;
padding-bottom: 6px;
}
i, em {
font-style: normal;
}
.img-info-r .info-r-m li {
color: #666;
margin-bottom: 15px;
font-size: 16px;
overflow: hidden;
}
.orgr-b-border {
border-bottom: 1px solid #eeeeee;
}
.psd .ey-product.type-1 .classlist .main .ey-grid .widget-header {
height: 240px;
background: #f7f7f7
}
.psd .ey-product.type-1 .classlist .main .ey-grid .widget-title {
padding: 10px 15px 10px 15px;
}
.psd .ey-news-img div p {
padding-top: 0px;
}
.img-info-r .info-zhuanti {
font-size: 16px;
color: #000;
color: rgba(0,0,0,0.8);
}
.img-info-r .info-zhuanti .iz-border {
margin-top: 22px;
border: 1px solid #d7d7d7;
padding: 11px;
height: 80px;
box-sizing: border-box;
display: block;
}
.img-info-r .info-zhuanti .iz-border .izb-img {
width: 59px;
height: 59px;
overflow: hidden;
text-align: center;
margin-right: 6px;
position: relative;
}
.img-info-r .info-zhuanti .iz-border .iz-b-title {
color: #0281df;
color: rgba(2, 129, 223, 0.8);
font-size: 14px;
margin-bottom: 6px;
width: 188px;
overflow: hidden;
}
.fl {
float: left;
}
.img-info-r .info-r-box {
background: #fff;
margin-bottom: 8px;
padding: 22px 10px 19px 6px;
}
.img-info-r .imginfo-r-b dt {
width: 26px;
height: 26px;
overflow: hidden;
margin-right: 19px;
}
.pricing-table {
padding-top: 30px;
text-align: center;
}
.pricing-table:before, .pricing-table:after {
display: table;
content: " ";
}
.pricing-table:after {
clear: both;
}
.pricing-table [class*="pricing-column"] {
float: left;
width: 100%;
margin-bottom: 30px;
background-color: #f3f7f9;
border: 1px solid #e4eaec;
border-right: none;
}
.pricing-table [class*="pricing-column"]:last-child {
border-right: 1px solid #e4eaec;
}
.pricing-table [class*="pricing-column"].featured {
position: relative;
margin-right: -1px;
background-color: #fff;
border-right: 1px solid #e4eaec;
}
.pricing-table .pricing-header {
padding-bottom: 24px;
margin: 30px 30px 25px;
border-bottom: 1px solid #e4eaec;
}
.pricing-table .pricing-price {
font-size: 48px;
}
.pricing-table .pricing-currency {
display: inline-block;
margin-top: 10px;
margin-right: -10px;
font-size: 20px;
vertical-align: top;
}
.pricing-table .pricing-period {
font-size: 16px;
}
.pricing-table .pricing-title {
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
.pricing-table .pricing-features {
padding: 0;
margin: 0;
}
.pricing-table .pricing-features li {
display: block;
margin-bottom: 20px;
font-size: 14px;
list-style: none;
}
.pricing-table .pricing-footer {
padding: 20px 0;
margin: 25px 30px 30px;
}
@media screen and (min-width: 768px) {
.pricing-table .pricing-column-three {
width: 33.33%;
}
.pricing-table .pricing-column-three.featured {
top: -30px;
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: -30px;
}
.pricing-table .pricing-column-four {
width: 50%;
}
.pricing-table .pricing-column-five {
width: 50%;
}
}
@media screen and (min-width: 1200px) {
.pricing-table .pricing-column-four {
width: 25%;
}
.gn .pricing-table .pricing-column-four {
width: 33.33%;
}
.pricing-table .pricing-column-five {
width: 20%;
}
.pricing-table .pricing-column-four.featured, .pricing-table .pricing-column-five.featured {
top: -30px;
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: -30px;
}
}
/*加入代理*/
.timeline {
position: relative;
padding: 0;
margin-bottom: 22px;
list-style: none;
background: transparent;
}
.timeline:before {
position: absolute;
top: 0;
bottom: 0;
left: 0%;
width: 2px;
margin-left: -1px;
content: "";
background-color: #e4eaec;
}
.timeline:after {
display: table;
content: "";
}
.timeline:after {
clear: both;
}
.timeline > li {
position: relative;
display: block;
float: left;
padding-right: 40px;
margin-bottom: 60px;
clear: left;
}
.timeline > li.timeline-period {
position: relative;
z-index: 6;
display: block;
float: none;
width: 200px;
padding: 25px 10px;
margin: 20px auto 30px;
clear: both;
font-size: 26px;
text-align: center;
text-transform: uppercase;
background: #f1f4f5;
}
.timeline > li.timeline-reverse {
padding-right: 0;
padding-left: 40px;
}
.timeline > li:last-child {
margin-bottom: 0;
}
.timeline:not(.timeline-single) > li:not(.timeline-period):first-child .timeline-item, .timeline:not(.timeline-single) > li.timeline-period .timeline-item .timeline-item {
margin-top: 90px;
}
.timeline-content {
float: left;
width: 100%;
overflow: hidden;
clear: left;
}
.timeline-reverse .timeline-content {
float: right;
clear: right;
}
.timeline-content > .widget {
margin: 0;
}
.timeline-dot {
position: absolute;
top: 7.5px;
right: 0;
z-index: 11;
color: #fff;
text-align: center;
cursor: pointer;
background-color: #ff6f06;
border-radius: 50%;
}
.timeline-reverse .timeline-dot {
right: auto;
left: 0;
margin-right: 0;
}
.timeline .timeline-dot {
width: 14px;
height: 14px;
margin-right: -7px;
line-height: 14px;
}
.timeline .timeline-reverse .timeline-dot {
margin-left: -7px;
}
.timeline.timeline-single {
margin-left: 7px;
}
.timeline.timeline-single .timeline-dot {
margin-left: -7px;
}
@media screen and (max-width: 767px) {
.timeline {
margin-left: 7px;
}
.timeline .timeline-dot {
margin-left: -7px;
}
}
.timeline-info {
float: right;
padding: 0 20px;
margin-bottom: 22px;
line-height: 28px;
text-align: center;
background: #e4eaec;
border: 1px solid #e4eaec;
border-radius: 20px;
}
.timeline-reverse .timeline-info {
float: left;
}
.timeline-footer {
position: absolute;
right: 0;
bottom: -30px;
margin-right: 55px;
}
.timeline-footer .icon {
margin-right: .3em;
}
.timeline-reverse .timeline-footer {
right: auto;
left: 0;
margin-right: 0;
margin-left: 55px;
}
.timeline-reverse .timeline-reverse {
margin-top: 0;
}
@media screen and (max-width: 767px) {
.timeline:before {
left: 0;
}
.timeline > li, .timeline li.timeline-reverse {
float: none;
width: 100%;
padding-right: 0;
padding-left: 40px;
margin-top: 0;
margin-bottom: 60px;
}
.timeline-content {
float: none;
}
.timeline-dot {
right: auto;
left: 0;
margin-right: 0;
margin-left: -7px;
}
.timeline-info {
display: inline-block;
float: none;
}
.timeline-footer {
right: auto;
bottom: -26px;
left: 0;
margin-right: 0;
margin-left: 40px;
}
}
.timeline-single:before {
left: 0;
}
.timeline-single > li {
float: none;
width: 100%;
padding-right: 0;
padding-left: 40px;
margin-bottom: 60px;
}
.timeline-single .timeline-content {
float: none;
}
.timeline-single .timeline-dot {
right: auto;
left: 0;
margin-right: 0;
margin-left: -7px;
}
.timeline-single .timeline-info {
float: left;
}
.timeline-single .timeline-footer {
right: auto;
bottom: -26px;
left: 0;
margin-right: 0;
margin-left: 40px;
}
.timeline-icon .timeline-dot {
width: 40px;
height: 40px;
margin-right: -20px;
line-height: 40px;
}
.timeline-icon .timeline-reverse .timeline-dot {
margin-left: -20px;
}
.timeline-icon.timeline-single {
margin-left: 20px;
}
.timeline-icon.timeline-single .timeline-dot {
margin-left: -20px;
}
@media screen and (max-width: 767px) {
.timeline-icon {
margin-left: 20px;
}
.timeline-icon .timeline-dot {
margin-left: -20px;
}
}
.timeline-icon .timeline-dot {
top: -5.5px;
}
.timeline-avatar .timeline-dot {
width: 40px;
height: 40px;
margin-right: -20px;
line-height: 40px;
}
.timeline-avatar .timeline-reverse .timeline-dot {
margin-left: -20px;
}
.timeline-avatar.timeline-single {
margin-left: 20px;
}
.timeline-avatar.timeline-single .timeline-dot {
margin-left: -20px;
}
@media screen and (max-width: 767px) {
.timeline-avatar {
margin-left: 20px;
}
.timeline-avatar .timeline-dot {
margin-left: -20px;
}
}
.timeline-avatar-sm .timeline-dot {
width: 30px;
height: 30px;
margin-right: -15px;
line-height: 30px;
}
.timeline-avatar-sm .timeline-reverse .timeline-dot {
margin-left: -15px;
}
.timeline-avatar-sm.timeline-single {
margin-left: 15px;
}
.timeline-avatar-sm.timeline-single .timeline-dot {
margin-left: -15px;
}
@media screen and (max-width: 767px) {
.timeline-avatar-sm {
margin-left: 15px;
}
.timeline-avatar-sm .timeline-dot {
margin-left: -15px;
}
}
.timeline-avatar-lg .timeline-dot {
width: 50px;
height: 50px;
margin-right: -25px;
line-height: 50px;
}
.timeline-avatar-lg .timeline-reverse .timeline-dot {
margin-left: -25px;
}
.timeline-avatar-lg.timeline-single {
margin-left: 25px;
}
.timeline-avatar-lg.timeline-single .timeline-dot {
margin-left: -25px;
}
@media screen and (max-width: 767px) {
.timeline-avatar-lg {
margin-left: 25px;
}
.timeline-avatar-lg .timeline-dot {
margin-left: -25px;
}
}
.timeline-simple .timeline-dot {
top: 0;
margin-top: 10px;
}
.timeline-feed .timeline-dot {
width: 30px;
height: 30px;
margin-right: -15px;
line-height: 30px;
}
.timeline-feed .timeline-reverse .timeline-dot {
margin-left: -15px;
}
.timeline-feed.timeline-single {
margin-left: 15px;
}
.timeline-feed.timeline-single .timeline-dot {
margin-left: -15px;
}
@media screen and (max-width: 767px) {
.timeline-feed {
margin-left: 15px;
}
.timeline-feed .timeline-dot {
margin-left: -15px;
}
}
.timeline-feed.timeline-simple .timeline-dot {
margin-top: 5px;
}
.timeline-feed > li {
padding-right: 30px;
margin-bottom: 22px;
}
.timeline-feed > li.timeline-reverse {
padding-left: 30px;
}
.timeline-feed.timeline-single > li {
padding-left: 30px;
}
@media screen and (max-width: 767px) {
.timeline-feed > li {
padding-right: 30px;
margin-bottom: 22px;
}
}
/*psd下载样式*/
/* .layui-layer-content h2 {
font-size: 14px;
}
.layui-layer-content {
padding: 15px 45px;
}
.layui-layer-content b {
font-weight: bold;
color: #ff0000;
} */
/*授权用户页面*/
.accredit .card {
color: #777777;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.accredit .text-success {
color: #28a745;
font-size: 1.8rem;
}
.text-danger {
color: #dc3545!important;
font-size: 1.85rem;
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(0,0,0,.125);
}
.text-center {
text-align: center!important;
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
padding: .75rem 1.25rem;
background-color: rgba(0,0,0,.03);
border-top: 1px solid rgba(0,0,0,.125);
}
.accredit .u_vip {
background: url(/uploads/image/simg/u_vip.png) no-repeat;
}
.accredit .u_svip {
background: url(/uploads/image/simg/u_svip.png) no-repeat;
}
.accredit .u_dvip {
background: url(/uploads/image/simg/u_dvip.png) no-repeat;
}
.accredit .u_jvip {
background: url(/uploads/image/simg/u_jvip.png) no-repeat;
}
.accredit .u_zvip {
background: url(/uploads/image/simg/u_zvip.png) no-repeat;
}
.accredit .u_vip, .accredit .u_svip, .accredit .u_dvip, .accredit .u_jvip, .accredit .u_zvip {
display: inline-block;
width: 20px;
height: 20px;
background-position: center;
vertical-align: text-bottom;
}
.vipbuy-top {
width: 100%;
height: 120px;
display: block;
}
.vipbuy {
padding: 0px 0px !important;
margin-top: 60px;
}
.vipbuy .card {
border: 0;
box-shadow: 0 4px 13px -1px #ebebeb;
}
.vipbuy .card-header {
padding: 20px 30px 10px;
border-bottom: 1px solid #eee;
}
.vipbuy .card .card-header .h4 {
font-size: 30px;
color: #222;
line-height: 40px;
}
.vipbuy .card .card-header .h4 .tag {
position: relative;
background-color: #ffdb54;
font-size: 12px;
padding: 2px 10px;
border-radius: 50px;
color: #333;
line-height: 14px;
margin-left: 10px;
display: inline-block;
}
.vipbuy .card .card-header .h4 .tag.icon1 i {
background: url(/uploads/image/simg/icon_product_tag2.png) center center no-repeat;
}
.vipbuy .card .card-header .price {
color: #f96868;
font-size: 20px;
}
.vipbuy .card .card-header .price span {
font-size: 30px;
}
.vipbuy .card .list-group ul li {
list-style: disc;
line-height: 40px;
font-size: 14px;
}
.vipbuy .card .list-group .list-group-item {
padding: 20px 40px 0;
}
.vipbuy .card .card-footer {
border-top: 0;
background-color: #fff;
padding-bottom: 20px;
}
.vipbuy .card .card-footer .btn {
width: 100%;
}
.avatar .u_vip {
background: url(/uploads/image/simg/u_vip.png) no-repeat;
}
.avatar .u_svip {
background: url(/uploads/image/simg/u_svip.png) no-repeat;
}
.avatar .u_dvip {
background: url(/uploads/image/simg/u_dvip.png) no-repeat;
}
.avatar .u_vip, .avatar .u_svip, .avatar .u_dvip {
display: inline-block;
width: 20px;
height: 23px;
background-position: center;
vertical-align: text-bottom;
border: none;
position: absolute;
bottom: 8px;
right: -6px;
}
/*新增导航热点标签*/
.nav span.hot {
position: absolute;
width: 26px;
height: 12px;
top: 10px;
right: -15px;
left: unset;
background: url(/uploads/image/simg/hot_03.gif) no-repeat;
z-index: 1;
display: block;
}
/*新增插件下载权限说明*/
.cate-list li div span {
padding: 2px 0;
background: #ff9900;
color: #fff;
font-size: 12px;
vertical-align: text-bottom;
float: left;
width: 100%;
text-align: center;
}
/*案例内页样式*/
.ey-shownews-body .website {
font-size: 18px;
padding: 15px 30px 5px;
}
.ey-shownews-body .website p {
font-size: 14px;
padding-top: 10px;
}
.manli img {
padding: 20px;
background: #292c32;
}
.anli .widget-title p {
font-size: 14px;
color: #999;
height: 60px;
overflow: hidden;
}
.anli .ey-product.type-1 .classlist .main .ey-grid .widget-title {
padding: 12px 10px;
}
.anli .ey-product.type-1 .classlist .main .ey-grid li {
padding: 0 0px;
padding-right: 16px;
}
@media (min-width: 640px) {
.anli .ey-product.type-1 .classlist .main .ey-grid li:nth-child(3n) {
padding-right: 0;
}
}
/*授权查询*/
.author-search .control {
max-width: 520px;
width: 80%;
margin: 30px auto;
}
.author-search .form-control {
padding: 0 22px;
box-shadow: none;
color: #999;
height: 42px;
border: none;
font-size: 16px;
line-height: 42px;
border-radius: 50px 0px 0px 50px;
background-color: #fff;
display: block;
width: 88%;
float: left;
border: 1px solid #cccccc;
border-right: none;
}
.author-search .btnx {
width: 12%;
font-size: 21px;
height: 42px;
border-radius: 0px 50px 50px 0px;
line-height: 42px;
text-align: center;
float: left;
border: none;
cursor: pointer;
display: block;
color: #fff;
border: 1px solid #cccccc;
border-left: 0;
background: url(/uploads/image/simg/icon_search_auth.png) no-repeat center center;
}
.author-search .btnx:hover {
background: url(/uploads/image/simg/icon_search_auth.png) no-repeat center center #f8e5d7;
}
@media screen and (max-width: 768px) {
.author-search .control {
margin: 10px auto
}
}
/*模板列表搜索下拉*/
.soft-hot-list {
padding: 10px 0;
width: 579px;
position: absolute;
left: 1px;
top: 50px;
margin: 0;
line-height: 32px;
font-size: 14px;
border-radius: 2px;
box-shadow: 0 1px 5px rgba(0,0,0,.2);
background-color: #fff;
display: none;
z-index: 999999;
}
.soft-hot-list>a {
display: block;
color: #333;
text-decoration: none;
overflow: hidden;
padding-right: 10px;
}
.soft-hot-list>a:hover {
background-color: #f3f3f3;
}
.soft-hot-list>a>div {
float: left;
height: 32px;
overflow: hidden;
max-width: 94%;
}
.soft-hot-list>a>div.number {
text-align: center;
width: 22px;
color: #ff8105
}
.soft-hot-list>a>div.number.c1 {
color: #ff2c00
}
.soft-hot-list>a>div.number.c2 {
color: #ff5a00
}
.soft-hot-list>a>div.number.c3 {
color: #3cbe85
}
/*模板列表选项下拉*/
.option-list-con {
padding: 10px 0;
width: 579px;
height: auto;
position: absolute;
left: 1px;
top: 50px;
margin: 0;
line-height: 32px;
font-size: 14px;
border-radius: 2px;
box-shadow: 0 1px 5px rgba(0,0,0,.2);
background-color: #fff;
display: none;
z-index: 999999;
}
.usteel-search {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-bottom: 1px dashed #f1f1f1;
}
.sl-key {
float: left;
width: 110px;
padding-left: 10px;
height: 35px;
line-height: 35px;
white-space: nowrap;
}
.sl-key strong {
display: block;
width: 100%;
height: 35px;
line-height: 35px;
}
.sl-value {
padding: 0 10px;
width: 100%;
overflow: hidden;
}
.sl-v-list {
height: auto;
min-height: 35px;
}
.sl-v-list ul {
overflow: auto;
margin-bottom: unset;
}
.sl-v-list ul li {
width: auto;
margin-right: 3px;
float: left;
font-size: 14px;
margin: 0 10px;
height: 35px;
line-height: 35px;
}
.sl-v-list ul li a {
color: #565656;
cursor: pointer;
}
.sl-v-list ul li a.cur {
color: #ff6f06;
}
/*帮助首页搜索下拉*/
.help-hot-list {
padding: 10px 0;
width: 527px;
position: absolute;
left: 15px;
top: 40px;
margin: 0;
line-height: 32px;
font-size: 14px;
border-radius: 2px;
box-shadow: 0 1px 5px rgba(0,0,0,.2);
background-color: #fff;
display: none;
z-index: 999999;
}
.help-hot-list>a {
display: block;
color: #333;
text-decoration: none;
overflow: hidden;
padding-right: 10px;
}
.help-hot-list>a:hover {
background-color: #f3f3f3;
}
.help-hot-list>a>div {
float: left;
height: 32px;
overflow: hidden;
max-width: 94%;
}
.help-hot-list>a>div.number {
text-align: center;
width: 22px;
color: #ff8105
}
.help-hot-list>a>div.number.c1 {
color: #ff2c00
}
.help-hot-list>a>div.number.c2 {
color: #ff5a00
}
.help-hot-list>a>div.number.c3 {
color: #3cbe85
}
.place .position {
float: left;
color: #a5a5a5;
font-size: 14px;
}
.place .position i {
margin: 0 6px;
font-size: 14px;
color: #a5a5a5;
}
.place .position i.ey-iconshouye {
margin: 0;
}
.place .position a {
color: #a5a5a5;
}
.place .position a:hover {
color: #ff6f06;
}
.place .fenlei {
float: right;
}
.place .fenlei a {
color: #a5a5a5;
font-size: 15px;
padding: 0 25px;
}
.place .fenlei a.on {
color: #ff6f06;
}
.place .fenlei a.on {
color: #ff6f06;
}
@media (max-width:640px) {
.business_table tbody tr.business_price td font {
display: none;
}
.business_table a.btn {
font-size: 14px;
padding: 8px 8px;
}
.vipbuy .mb-md-4 {
margin-bottom: 15px;
}
.down-eyoucms {
padding: 30px 0px;
}
.panel {
margin-bottom: 0px;
}
.panel-group-simple .panel-title {
padding: 8px 0;
}
.panel-group-simple .panel-title h4 {
font-size: 16px;
margin-top: 4px;
margin-bottom: 4px;
width: 95%;
}
.panel-group-simple .panel-collapse .panel-body {
padding-top: 5px;
}
.anli .widget-title p {
font-size: 12px;
height: 110px;
}
.ey-product {
padding: 20px 0;
}
.down-eyoucms h1 {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.down-eyoucms p.desc {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.down-eyoucms ol.breadcrumb {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.down-eyoucms ol.breadcrumb li:nth-child(2) {
line-height: 24px!important;
}
.down-service p:nth-child(1) {
margin-bottom: 0;
padding-top: 0 !important;
padding-bottom: 10px !important;
}
.down-service p:nth-child(2) {
margin-bottom: 0;
padding-top: 0 !important;
padding-bottom: 0!important;
}
.ey-pinghei {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.ey-pinghei h1 {
font-size: 28px;
}
.ey-pinghei .desc {
font-size: 18px!important;
}
.wt33 {
width: 33.33%;
}
.wnone {
display: none;
}
.author-search .form-control {
font-size: 12px;
height: 40px;
line-height: 40px;
}
.author-search .btnx {
font-size: 14px;
height: 40px;
line-height: 40px;
}
.business_table thead th {
font-size: 16px;
}
.business_table tbody tr.business_price td {
font-size: 16px;
}
.ey-editor p {
margin: 0 0 0 2px;
}
.card-header .h4 {
margin-top: 2px;
margin-bottom: 2px;
}
.card-header .h5 {
margin-top: 2px;
margin-bottom: 2px;
}
.ey-news .ey-news-list ul li p.des {
color: #999999;
font-size: 13px;
}
.ey-news .ey-news-list ul li p.info {
font-size: 13px;
}
.place .position {
float: initial;
}
.place {
height: auto;
line-height: 28px;
padding-left: 0;
}
.place .fenlei {
float: initial;
display: block;
padding: 15px 0 5px 0;
text-align: center;
border-top: 1px solid #e7e7e7;
}
.ey-banner-pro {
height: 150px;
}
.ey-banner-pro .title {
margin-top: 60px;
font-size: 24px;
}
.product-nav .item {
font-size: 16px;
padding: 6px 14px;
line-height: 30px;
}
.business_table .table-head-box .name {
font-size: 16px;
line-height: 20px;
}
.business_table .table-head-box .desc {
font-size: 12px !important;
line-height: 1.2;
}
.business_price .price-size {
font-size: 20px !important;
display: inline-block;
}
.business_table .table-head-box .one-line {
line-height: 100px;
}
.business_table .table-head-box {
height: 100px;
}
.business_table .table-head-box .tag.icon1 i, .business_table .table-head-box .tag.icon2 i {
display: none;
}
}
.ey-wzzt {
padding: 30px 0;
}
.blank-small {
height: 20px;
line-height: 20px;
clear: both;
font-size: 0;
}
.ey-index-templates .content li.mare_z figure {
height: 450px;
background: #ffffff;
padding: 25px 0;
}
.zybgm {
display: inline-block;
height: 50px;
line-height: 50px;
padding: 1px 25px;
border-radius: 25px;
background: #ff6600;
color: #fff;
}
.zybgm:hover {
background: #f06000;
color: #fff;
}
@media (max-width: 992px) {
.ey-banner .col-xs-12 {
width: 25%;
}
}
@media (min-width: 640px) {
.ey-index-templates .content li.item .con {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-bottom: 5px;
border: 1px solid #e6e6e6;
}
}
@media (max-width: 640px) {
.blocks-2 > li {
padding: 0 10px;
}
.scroll-fixed {
display: none;
}
.scroll-fixed.active {
display: none;
}
.ey-shownews .ey-z-title h1 {
font-size: 24px;
}
.ey-shownews em {
position: absolute;
top: 86px;
right: 9px;
display: inline-block;
width: 80px;
height: 28px;
border: 1px solid #e5e5e5;
border-radius: 40px;
background: #fafafa;
color: #a1a1a1;
text-align: center;
font-size: 13px;
line-height: 28px;
cursor: pointer;
}
.ey-z-info {
margin: unset;
}
.pins-list li {
margin: 0 auto;
float: unset;
margin-bottom: 15px;
}
.pins-list li:nth-child(4n) {
margin-right: auto;
}
.ey-index-templates .content li.mare_z figure {
height: 416px;
}
.navbar-toggle {
margin-right: unset;
}
.ey-nav .container {
padding-left: 0;
padding-right: 0;
}
.ey-product .container {
padding-left: 0px;
padding-right: 0px;
}
.ey-product .row {
margin-right: 0;
margin-left: 0;
}
.ey-shownews .container {
padding-left: 0;
padding-right: 0;
}
.ey-shownews .row {
margin-right: 0;
margin-left: 0;
}
.main-category .container {
padding-left: 0;
padding-right: 0;
}
.index-goodsx .container {
padding-left: 0;
padding-right: 0;
}
.ey-news .container {
padding-left: 0;
padding-right: 0;
}
.ey-news .row {
margin-right: 0;
margin-left: 0;
}
.down-service ul li {
width: 50%;
float: left;
margin-bottom: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
padding-left: 0;
padding-right: 0;
}
.ey-shownews .div2 {
position: unset;
_position: unset;
top: unset;
z-index: unset;
width: unset;
box-shadow: unset;
}
.ey-index-templates .content {
margin-top: 20px;
}
.cate-list .avatar1 {
padding: 10px;
}
.cate-list .con .con-r {
padding: 10px 0;
}
.ey-index-templates .content .widget-header {
height: 185px;
}
.ey-index-templates .content .mall_mb .widget-header {
height: 185px;
}
.ey-index-templates .content .card-none {
padding-right: 0;
padding-left: 0;
border: 2px solid #f7f7f7;
margin-bottom: 0;
}
.ey-index-templates .content li .card {
padding: 20px 15px 0;
}
.classfiy-fenlei ul {
padding-right: 5px;
padding-left: 5px;
}
.content-item-dl dd {
padding-left: 0px;
}
.icotj {
display: none;
}
.ey-index-templates .content li.case {
padding-right: 0;
padding-left: 0;
border: 2px solid #f7f7f7;
margin-bottom: 0;
background: #fff;
}
.ey-index-templates .content li.case img {
height: 186px;
}
.ey-index-templates .content li.case .box {
display: none;
}
.ey-index-templates .content li.case .msg {
padding: 10px 5px;
}
.ey-index-templates .content li.case .msg b.b1 {
font-size: 14px;
color: #000;
text-align: left;
}
.ey-index-templates .container {
padding-right: 0;
padding-left: 0;
}
.ey-index-news .container {
padding-right: 0;
padding-left: 0;
}
.ey-index-templates .content .list_none {
padding-right: 0;
padding-left: 0;
border: 2px solid #f7f7f7;
margin-bottom: 0;
}
.ey-index-templates .content .widget {
box-shadow: none;
padding: 10px;
}
.ey-index-templates h2 {
font-size: 23px;
margin-top: 15px;
}
.tourpage-hero p {
font-size: 14px;
}
.tourpage-hero .hero-bg-item.circles, .tourpage-hero .hero-bg-item.lines {
display: none;
}
.ey-banner .row {
padding: 0 8%;
}
.ey-banner .tourpage-hero-desc .row {
text-align: center;
display: flex;
justify-content: center;
align-items: flex-end;
}
.ey-banner .col-xs-12 {
width: 38%;
}
.ey-banner .col-xs-12:first-child {
margin-right: 10px;
}
.ey-banner .col-xs-12:nth-child(3) {
display: none;
}
.ey-banner .col-xs-12:nth-child(4) {
display: none;
}
.ey-banner .col-xs-12 a {
}
.business_table .container {
padding-right: 0;
padding-left: 0;
}
.business_table .row {
margin-right: 0;
margin-left: 0;
}
.ey-index-news .item .title {
margin-bottom: 0;
}
.tourpage-hero {
padding: 10px 0 46px;
}
.tourpage-hero h1 {
font-size: 27px;
margin-bottom: 10px;
}
.go_down, .go_info {
display: none;
}
.ey-index-templates .content .widget-title .price span.tips {
margin-left: 0;
}
.ey-index-templates .content .widget-title .price span {
line-height: 24px;
}
.ey-index-templates .content .widget-title h4 {
margin-bottom: 5px;
}
.ey-index-templates .content .widget-title a {
margin-bottom: 0;
}
.ey-index-news .item.active {
box-shadow: 2px 3px 6px #ccc;
}
.ey-index-news .item .newslist .htitle h4 a {
font-size: 15px;
}
.ey-banner-ny {
height: 130px;
}
.ey-news-bar.ey-news-muban .mob-masonry {
margin: 10px 0;
}
.ey-news-bar.ey-news-muban .product-hot-list a.img {
height: 170px;
}
.ey-news-bar.ey-news-muban .product-hot-list {
font-size: 14px;
margin-bottom: 15px !important;
padding: 0;
padding-right: 15px;
}
.ey-news-bar.ey-news-muban .product-hot-list:nth-child(2n) {
padding-right: 0;
}
.ey-links {
display: none;
}
.ey-product.type-1 .classlist .classfiy-fenlei .classfiy-list li a span {
display: none;
}
.business_table .table-head-box .one-line {
font-size: 14px;
}
.vipbuy .card .card-header .price {
margin: 0;
font-size: 18px;
}
.vipbuy .card .card-header .price span {
font-size: 28px;
}
.vipbuy .card .list-group ul li {
line-height: 30px;
}
.vipbuy .card .card-header .h4 {
font-size: 24px;
line-height: 30px;
}
footer {
padding-top: 0;
font-size: 12px;
}
}
/* 文章底部tag */
.arc_tag {
color: #999999;
}
.arc_tag a {
padding: 1px 8px;
display: inline-block;
font-style: normal;
font-size: 15px;
margin-right: 10px;
color: #ff6f06;
background: #fffcde;
}
/* 文章底部url链接 */
.wafx_z {
margin-top: 100px;
}
.wafx_z .sfgzpic_z {
margin-bottom: 50px;
}
.wafx_z .sfgzpic_z img {
padding: unset;
background: unset;
}
.wafx_z span {
display: block;
}
.wafx_z span a {
color: #ff6f06;
cursor: pointer;
}
/* 文章隐藏文章图片 */
/* .z_picnone_64 img, .z_picnone_8 img, .z_picnone_9 img, .z_picnone_82 img {
display: none !important;
} */
/* .z_picnone_64 .pins-list li .pic a img, .z_picnone_8 .pins-list li .pic a img, .z_picnone_9 .pins-list li .pic a img, .z_picnone_82 .pins-list li .pic a img {
display: block !important;
} */
.z_picnone_64 .img_append_copyright, .z_picnone_8 .img_append_copyright, .z_picnone_9 .img_append_copyright, .z_picnone_82 .img_append_copyright {
display: none !important;
}
/* 顶一下样式 */
.newdigg {
width: 420px;
height: 51px;
margin: 8px auto;
clear: both;
overflow: hidden;
padding-left: 8px;
}
.diggbox {
width: 195px;
height: 51px;
float: left;
margin-right: 8px;
overflow: hidden;
cursor: pointer;
}
.diggbox .digg_act {
font-size: 14px;
float: left;
line-height: 31px;
text-indent: 32px;
height: 29px;
overflow: hidden;
font-weight: bold;
}
.diggbox .digg_num {
float: left;
line-height: 29px;
text-indent: 5px;
}
.diggbox .digg_percent {
width: 180px;
clear: both;
padding-left: 10px;
overflow: hidden;
}
.diggbox .digg_percent .digg_percent_bar {
width: 100px;
height: 7px;
background: #e8e8e8;
border-right: 1px solid #ccc;
float: left;
overflow: hidden;
margin-top: 3px;
}
.diggbox .digg_percent .digg_percent_num {
font-size: 10px;
float: left;
padding-left: 10px;
}
.diggbox .digg_percent .digg_percent_bar span {
display: block;
height: 5px;
overflow: hidden;
background: #000;
}
.newdigg .digg_good {
background-image: url(/uploads/image/simg/newdigg-bg.png);
background-repeat: no-repeat;
background-position: left top;
}
.newdigg .digg_bad {
background-image: url(/uploads/image/simg/newdigg-bg.png);
background-repeat: no-repeat;
background-position: right top;
}
.newdigg .digg_good .digg_act {
color: #c30;
}
.newdigg .digg_good .digg_num {
color: #c63;
}
.newdigg .digg_bad .digg_act {
color: #36c;
}
.newdigg .digg_bad .digg_num {
color: #39c;
}
.newdigg .digg_good .digg_percent .digg_percent_bar span {
border: 1px solid #e37f24;
background: #ffc535;
}
.newdigg .digg_bad .digg_percent .digg_percent_bar span {
border: 1px solid #689acc;
background: #94c0e4;
}
.handle {
height: 59px;
padding-top: 12px;
overflow: hidden;
clear: both;
}
.handle .digg {
width: 59px;
height: 59px;
float: left;
margin-right: 12px;
background-image: url(/uploads/image/simg/digg-bg.gif);
background-repeat: no-repeat;
}
.handle .digg .digg_num {
width: 56px;
height: 34px;
font-size: 20px;
text-align: center;
line-height: 34px;
overflow: hidden;
color: #6b9169;
}
.handle .digg .digg_act {
width: 56px;
height: 22px;
line-height: 23px;
overflow: hidden;
}
.handle .digg .digg_act a {
margin-left: 11px;
color: #666;
float: left;
}
/*banner 版本演示按钮下拉*/
.show-link-box {
position: relative;
}
.show-link-box .show-box {
width: 114px;
position: absolute;
left: 50%;
margin-left: -57px;
bottom: -55px;
display: none;
border: 1px solid #fff;
border-radius: 0 0 10px 10px;
}
.show-link-box .show-box a {
display: inline-block;
width: 100%;
border: 0;
padding: 3px 0;
}
.show-link-box:hover .show-box {
display: inline-block;
}
.show-link-box .show-box a:hover {
text-decoration: underline;
}
.ey-index-body .mgoum {
padding: 0px 530px;
margin-bottom: 30px;
}
@media (max-width: 1600px) and (min-width: 1200px) {
.ey-index-body .mgoum {
padding: 0px 400px;
}
.senior-list li div {
height: 224px;
}
.cate-list li div {
height: 160px;
}
}
@media (max-width: 1200px) and (min-width: 960px) {
.ey-index-body .mgoum {
padding: 0px 317px;
}
}
.top-avd {
margin: 0;
padding: 0;
list-style-type: none;
}
.top_avd-info {
box-sizing: border-box;
transition: .3s;
font-family: pingfang sc, -apple-system, blinkmacsystemfont segoe ui, microsoft yahei roboto helvetica neue, helvetica, arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
display: flex;
justify-content: center;
position: relative;
width: 100%;
padding: 15px 30px;
font-size: 14px;
color: #997a3d;
background: #f9edd7;
}
svg:not(:root) {
overflow: hidden;
}
.top_avd-info-icon {
margin-right: 8px;
padding-top: 2px;
line-height: 0;
font-size: 16px;
}
.top_avd-info-icon img {
width: 16px;
height: 16px;
}
.top_avd-info-close {
position: absolute;
top: 15px;
right: 16px;
display: flex;
align-items: center;
height: 22px;
color: #bfbfbf;
cursor: pointer;
}
#layer_official_account {
padding: 15px;
}
.classfiy-fenlei_bg {
background-color: #fff;
padding: 10px 15px;
}
.change_list {
padding-right: 10px;
white-space: nowrap;
background-color: #fff;
padding: 30px 10px 8px 30px;
color: #7f7f7f;
}
.change_list div {
margin-right: 30px;
}
.change_list a {
color: #5e7387;
}
.change_list a:hover {
color: #ff6f06;
}
.change_list a:focus {
color: #ff6f06;
}
.change_list a:active {
color: #ff6f06;
}
.change_list .line {
background-color: #d3d3d3;
height: 0.9em;
width: 0.13em;
/* margin-left: 30px; */
margin-right: 30px;
margin-top: 5.5px;
}
.change_list .colorlist a {
width: 28px;
height: 23px;
border-radius: 15%;
margin-left: 10px;
}
.change_list .colorlist .colors_item {
margin-bottom: 1.8px;
}
.drop_menu_list {
width: 80px;
padding: 0;
text-align: center;
background-color: #fff;
}
.drop_menu_list.bullet:after, .drop_menu_list.bullet:before {
right: 45px;
left: auto
}
.classfiy-list .budget:after, .classfiy-list .budget:before {
right: 145px;
left: auto;
}
.drop_menu_list p {
/* height:50%; */
height: 37px;
margin-bottom: 0px;
line-height: 37px;
}
.drop_menu_list .drop-item {
height: 40px;
}
.drop_menu_list .drop-item:hover {
background-color: #fff9f5;
height: 40px;
padding: 8px 26px;
}
.drop_menu_list .drop-item:focus {
background-color: #fff9f5;
height: 40px;
padding: 8px 26px;
/* padding-bottom: 3px; */
}
.pulldowm_img {
margin-bottom: 2px;
margin-left: 10px;
margin: 0 1% 2px 10px;
}
.icon-color {
width: 28px;
height: 23px;
border-radius: 4px;
margin-left: 10px;
}
.white_nowarp {
white-space: nowrap;
}
/* 模板风格vip图片块 */
.mobanfengge_vip_img {
position: relative;
width: 100%;
}
.price_vip {
position: absolute;
right: 7px;
bottom: -3px;
}
.price_listitem_jieshao {
border: 1px solid #e7e7e7;
color: #696969;
white-space: nowrap;
font-size: 12px;
height: 22px;
padding: 0 6px;
margin-right: 4px;
background: #f6f6f6;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
align-items: center;
}
.shenglvhao {
white-space: nowrap;
}
.icon-img-aaa {
margin-left: 7px;
margin-bottom: 1.5px;
}
.ey_see_morehide {
display: none;
}
.ey_see_hide {
display: block;
}
@media (max-width:767px) {
.classfiy-fenlei_bg {
background-color: #fff;
padding: 14px 2px;
}
.fa-angle-down {
display: block;
}
.icon-fa_up {
transform: rotate(180deg);
}
.ey_see_morehide {
display: block;
}
.ey_see_hide {
display: none;
}
.change_list {
display: flex;
width: 100%;
flex-wrap: wrap;
padding: 15px 20px 0 20px;
}
.change_list div {
width: 100%;
flex-wrap: nowrap;
}
.change_list div .dropdown-toggle {
width: 50%;
}
.drop_menu_list.bullet:after, .drop_menu_list.bullet:before {
right: 145px;
left: auto
}
.change_list .line {
margin: 6px 26% 0 23%;
}
.change_list .colorlist .colors_item {
width: 18.5px;
height: 16.8px;
margin-bottom: 30px;
border-radius: 10%;
}
.change_list .colorlist a {
width: 18.5px;
height: 16.8px;
margin: 3px 3px 0 0;
border-radius: 13%;
}
.change_list .colorlist .colors_item_white {
width: 21px;
height: 18px;
margin-bottom: -0.5px;
}
.icon-img-aaa {
margin: 0 0 8px 3.2px;
width: 70%;
}
.ey-product.type-1 .widget-header {
height: 180px;
}
.ey-product.type-1 .classlist .main .ey-grid {
margin: 0 0 35px 15px;
}
.ey-product.type-1 .classlist .main .ey-grid .price .price_vip {
top: 15px;
left: 3px;
}
.price_vip {
display: none;
}
}
@media (min-width: 768px) and (max-width:1200px) {
.change_list .colorlist {
width: 430px;
overflow-x: scroll;
margin-right: 40px;
margin-left: 10px;
}
}
/* @media (max-width: 1600px) and (min-width: 1200px) {
.blocks-lg-3 > li:nth-last-child(2), .blocks-lg-3 > .list_none:nth-last-child(1) {
display: none;
}
} */
@media (min-width: 1600px) {
.ey-product.type-1 .classlist .main .ey-grid .widget-header {
height: 340px;
}
.pcwp {
top: 110px;
}
}
/* 详情右侧会员信息 */
.ey-users-author {
background: #ffffff;
margin-left: 30px;
padding: 15px;
border-radius: 4px;
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
}
.ey-users-author .post-widget-author {
position: relative;
}
.ey-users-author .post-widget-author .author-avatar {
width: 70px;
margin: 0 auto 18px;
border-radius: 100%;
overflow: hidden;
border: 1px solid #e7e7e7;
}
.ey-users-author .post-widget-author .author-avatar img{
width: 70px;
}
.ey-users-author .post-widget-author .author-name {
font-size: 20px;
text-align: center;
color: #3f3f3f;
margin-top: 0;
margin-bottom: 25px;
}
.ey-users-author .post-widget-author .author-name a {
color: #3f3f3f;
}
.ey-users-author .post-widget-author .author-name .short-label {
margin-left: 5px;
position: relative;
}
.ey-users-author .post-widget-author .author-name .short-label .auth::before {
position: absolute;
left: 0;
width: 20px;
height: 20px;
content: "";
background-image: url(/uploads/image/simages/user_auth.png);
}
.ey-users-author .post-widget-author .author-name .short-label .auth.type1::before {
background-position: 0 0;
}
.ey-users-author .post-widget-author .author-name .short-label .auth.type2::before {
background-position: -20px 0;
}
.ey-users-author .post-widget-author .author-name .short-label .auth.type3::before {
background-position: -40px 0;
}
.ey-users-author .post-widget-author .author-name .short-label .auth.type4::before {
background-position: -60px 0;
}
.ey-users-author .post-widget-author .author-name .short-label .auth.type5::before {
background-position: -80px 0;
}
.ey-users-author .post-widget-author .author-data {
font-size: inherit;
margin-bottom: 20px;
}
.ey-users-author .post-widget-author .data-item {
width: 50%;
text-align: center;
font-weight: normal;
white-space: nowrap;
overflow: hidden;
position: relative;
float: left;
box-sizing: border-box;
}
.ey-users-author .post-widget-author .data-item strong {
font-weight: normal;
display: block;
color: #323232;
font-size: 18px;
margin-bottom: 7px;
}
.ey-users-author .post-widget-author .data-item i {
display: block;
color: #b5b5b5;
}
.ey-users-author .post-widget-author .data-item:first-child::after {
content: '';
display: block;
position: absolute;
right: 0;
top: 50%;
width: 0;
height: 40px;
margin-top: -20px;
border-right: 1px solid #a0a0a0;
opacity: .2;
}
.ey-users-author .post-widget-author .items:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: left;
visibility: hidden;
}
.ey-users-author .post-widget-author .author-posts {
line-height: 23px;
}
.ey-users-author .post-widget-author .author-posts li {
margin-bottom: 10px;
}
.ey-users-author .post-widget-author .author-posts a {
display: block;
color: #3c3c3c;
position: relative;
padding-left: 35px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ey-users-author .post-widget-author .author-posts a:hover {
color: #ff7f3e;
}
.ey-users-author .post-widget-author .author-posts li .num {
display: block;
position: absolute;
left: 0;
top: 1.5px;
margin-right: 5px;
width: 20px;
text-align: center;
height: 20px;
line-height: 20px;
background-color: #ff7f3e;
border-radius: 15px;
color: #fff;
}
@font-face {
font-family: "ey-iconfont"; /* project id 2997278 */
src: format('woff2'),
format('woff'),
format('truetype');
}
.ey-iconfont {
font-family: "ey-iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ey-iconfengcaizhanshi:before {
content: "\e671";
}
.ey-iconshipin:before {
content: "\e602";
}
.ey-iconshouye:before {
content: "\e66e";
}
.ey-iconfenxiang:before {
content: "\e66b";
}
.ey-iconshoucang:before {
content: "\e66c";
}
.ey-iconjubao:before {
content: "\e66d";
}
.ey-iconliulanshu:before {
content: "\e644";
}
.ey-iconmobanyanshi:before {
content: "\e653";
}
.ey-iconshoucangmoban:before {
content: "\e654";
}
.ey-iconbugfankui:before {
content: "\e655";
}
.ey-iconlijixiazai:before {
content: "\e656";
}
.ey-iconxiangyoujiantou:before {
content: "\e65f";
}
.ey-icon-sousu:before {
content: "\e601";
}
.zttag_app{
padding: 20px;
background: #fff;
}
.zttag_app h2 {
font-size: 18px;
line-height: 30px;
font-weight: 500;
height: 30px;
margin-left: 9px;
font-family: 'microsoft yahei',"\5b8b\4f53",sans-serif;
}
.zttag_app .pbutton_app a {
display: inline-block;
overflow: hidden;
padding: 0px 8px;
height: 30px;
line-height: 27px;
font-size: 14px;
text-align: center;
color: #555;
font-family: "microsoft yahei";
font-weight: 100;
word-wrap: break-word;
white-space: nowrap;
float: left;
margin: 9px 0px;
margin-left: 9px;
border-radius: 2px;
background: #fff;
border: 1px solid #d8d8d8;
-webkit-box-shadow: 0px 1px 1px rgba(50,50,50,0.1);
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
#layui-layer-photos_20220402 .layui-layer-imgtit a {
display: none!important;
}
.layui-layer-iframe2021 .layui-layer-setwin .layui-layer-close2 {
right: -60px !important;
top: -13px !important;
}
.layui-layer-iframe2021 .layui-layer-ico{
background-image: url(/uploads/image/simages/icon-close.svg);
background-position: unset !important;
background-repeat: no-repeat;
background-position: center center;
background-size: 30px 30px;
}
/* 首页小程序 */
.clist {
width: 100%
}
.clist dl {
float: left;
width: 19.2%;
overflow: hidden;
background: #fff;
margin: 30px 1% 0 0;
padding: 10px 1%;
}
.clist dl:nth-child(-n 5) {
margin-top: 0;
}
.clist dl:nth-child(5n) {
margin-right: 0;
}
.clist dl:hover {
transition: all .2s ease-in-out;
box-shadow: 0 0 16px 0 rgba(53, 53, 53, .2)
}
.clist p {
float: left;
width: 100%;
padding: 8px 0 0 0
}
.clist dt {
padding: 0;
position: relative;
height: 240px;
overflow: hidden;
margin: 0 auto;
border-bottom: 1px solid #fbfbfb
}
.clist dt .pic {
width: 100%;
height: 100%;
display: inline-block
}
.clist dt .pic img {
width: 100%;
height: auto;
overflow: hidden
}
.clist dd {
overflow: hidden
}
.clist dd .title {
height: 34px;
line-height: 18px;
margin: 0;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.clist dd .title a{
font: 14px/1.4 '\5fae\8f6f\96c5\9ed1', 'microsoft yahei', "宋体", arial, sans-serif;
color: #444;
}
.clist dd .title a:hover {
color: #333
}
.clist dd .attr {
line-height: 24px;
height: 30px;
overflow: hidden
}
.clist dd .attr em {
float: left;
font-style: normal;
font-size: 16px;
color: #f40
}
.clist dd .attr span {
color: #888;
float: right;
font: 12px/1.4 '\5fae\8f6f\96c5\9ed1', 'microsoft yahei', "宋体", arial, sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
.clist dl {
width: 32.6%;
}
.clist dl:nth-child(5n) {
margin-right: 1%;
}
.clist dl:nth-child(3n) {
margin-right: 0;
}
.clist dt {
height: 221px;
}
}
@media (min-width: 991px) and (max-width: 1200px) {
.clist dt {
height: 164px;
}
}
@media (min-width: 1200px) and (max-width: 1600px) {
.clist dt {
height: 200px;
}
}
/* vip服务 */
.vip-fuwu-con {
padding: 0 15px;
}
.vip-fuwu-con .vip-fuwu {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 20px;
border: 0;
box-shadow: 0 4px 13px -1px #ebebeb;
}
.vip-fuwu-con .vip-fuwu .fuwu-pic {
width: 115px;
height: 115px;
display: inline-block;
text-align: center;
}
.vip-fuwu-con .vip-fuwu .fuwu-pic img{
width: 100%;
height: 100%;
}
.vip-fuwu-con .vip-fuwu .fuwu-box {
margin-left: 10px;
flex: 1;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
line-height: 1.5;
}
.vip-fuwu-con .vip-fuwu .fuwu-box h2{
margin: 0;
padding: 0;
font-size: 30px;
color: #222;
line-height: 40px;
margin-bottom: 5px;
}
.vip-fuwu-con .vip-fuwu .fuwu-box p{
margin: 0;
font-size: 14px;
}
.vip-fuwu-con .vip-fuwu .fuwu-box span{
display: block;
height: 7px;
}
.vip-fuwu-con .vip-fuwu .fuwu-lianxi {
}
.vip-fuwu-con .vip-fuwu .fuwu-lianxi a{
display: block;
text-align: center;
color: #fff;
padding: 6px 24px;
font-size: 14px;
background-color: #ff6f06;
border-color: #ff6f06;
border-radius: 50px;
}
/* 首页更新日志滚动 2022-12-30 */
.txtmarquee-top{
width:675px;
margin: 76px auto 0 auto;
overflow:hidden;
position:relative;
z-index: 9999;
}
.txtmarquee-top .notice_title {
width: 100px;
height: 20px;
line-height: 20px;
font-size: 14px;
color: #ffffff;
float: left;
text-align: left;
}
.txtmarquee-top .infolist {
width: 100%;
margin-left: 8px;
float: left;
height: 20px;
line-height: 20px;
font-size: 14px;
color: #999999;
}
.txtmarquee-top .infolist li {
height:24px;
line-height:24px;
}
.txtmarquee-top .infolist li a {
text-align: left;
color: #fff;
}
.txtmarquee-top .infolist li a p {
font-size: 14px;
max-width: 480px;
padding: 0;
margin: 0;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
text-align: left;
}
.txtmarquee-top .infolist li .date {
float:right;
color:#fff;
}
/* 新增列表数据为空时 */
.no_list {
padding: 0 8px;
margin-bottom: 30px;
}
.no_mall_list {
margin-top: 30px;
margin-bottom: 10px;
}
.no_pic {
background: #fff;
text-align: center;
padding: 100px 30px;
}
/*原有head.css*/
.img_append_copyright {
font-size: 12px !important;
color: #666666 !important;
margin: 0px !important;
}
#iframe_userlogin, #iframe_qqlogin {
padding: 0px;
}
body .wechatscancode_20191120 .layui-layer-content {
padding: 0px;
}
/* ãâôðéùã÷ */
.mianzem {
padding: 10px 20px;
font-size: 14px;
margin-top: 15px;
background: #f7f7f7;
}
.mianzem span{
color: #444;
}
@media screen and (max-width:768px) {
.fa-angle-down{
display: none;
}
.hot_none{
display: none;
}
}
.dialog-mask {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #000;
z-index: 10;
filter: alpha(opacity=60);
opacity: .6;
display: none;
overflow-x: hidden;
overflow-y: auto
}
.dialog-win {
position : fixed;
left : 50%;
top : 50%;
max-width : 800px;
max-height : 800px;
transform: translate(-50%, -50%);
z-index: 11;
}
.dialog-win .dialog {
display: none;
width: 480px;
border: 0 solid #ddd;
margin: 0 auto;
border-radius: 0;
box-shadow: 0 0px 20px rgba(0,0,0,0.3);
box-shadow: 0 3px 9px rgba(0,0,0,0.5);
border-radius: 4px;
background-color: #fff;
}
.dialog-win .dialog .dialog-head,.dialog .dialog-foot {
padding: 10px 20px
}
.dialog-win .dialog .dialog-head {
border-bottom: solid 1px #ddd;
background-color: #f5f5f5;
border-radius: 4px 4px 0 0
border-radius:0;font-size:18px;border-bottom:0;background:#fff;color:#000;
}
.dialog-win .dialog .dialog-head h3.title {
position: absolute;
font-size: 24px;
margin: 0;
top: 12px;
left: 40px;
}
.dialog-win .dialog .dialog-head strong {
font-size: 16px;
font-weight: normal
}
.dialog-win .dialog .dialog-head .close {
color: #999;
font-size: 16px;
opacity: unset;
position: absolute;
right: 15px;
top: 15px;
}
.dialog-win .dialog .dialog-body {
padding:20px 40px 40px 40px;
}
.dialog-win .dialog .dialog-body h3 {
font-size: 24px;
font-weight: 300;
color: #333;
margin-top: 0;
margin-bottom: 10px;
}
.dialog-win .dialog .dialog-foot {
text-align: right;
border-top: solid 1px #ddd
}
.dialog-win .dialog.open {
display: block
}
.dialog-win .dialog-body h3 {
font-size: 24px;
font-weight: 300;
color: #333;
margin-top: 0;
margin-bottom: 10px
}
.dialog-win .dialog-body .input {
height: 48px;
line-height: 24px;
padding: 0 12px;
border: 1px solid #ddd;
width: 100%;
display: block;
border-radius: 0px;
-webkit-appearance: none;
transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
background: transparent;
}
.dialog-win .dialog-body .textarea {
padding: 10px 12px;
line-height: 24px;
width: 100%;
background: transparent;
border: 1px solid #ddd;
}
.dialog-win .dialog-body .label {
padding-bottom: 10px;
display: block;
line-height: 24px;
}
.dialog-win .dialog-body .label label {
font-weight: 400;
}
.dialog-win .dialog-body select {
padding: 0 30px 0 8px;
font-size: 16px;
color: #adadad;
border-radius: 0px;
width: 100%;
height: 48px;
line-height: 46px;
border: solid 1px #ddd;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: url(/uploads/image/simages/select-arrow.png) no-repeat right center;
}
.dialog-win .dialog-body .form-tips .dialog-body .input-help ul {
border: solid 0px #ddd;
background: #fff;
padding: 5px 10px;
box-shadow: 0 0 0 #fff;
border-radius: 0 0 4px 4px;
width: 150px;
min-width: 150px;
width: auto;
_width: 150px;
color: #ee3333;
font-size: 12px
}
.dialog-win .dialog-body .input::-webkit-input-placeholder,
.dialog-win .dialog-body .textarea::-webkit-input-placeholder {
color: #adadad;
font-size: 16px;
}
.dialog-win .dialog-body .input:-moz-placeholder,
.dialog-win .dialog-body .textarea:-moz-placeholder {
color: #adadad;
font-size: 16px;
}
.dialog-win .dialog-body .input::-moz-placeholder,
.dialog-win .dialog-body .textarea::-moz-placeholder {
color: #adadad;
font-size: 16px;
}
.dialog-win .dialog-body .input:-ms-input-placeholder,
.dialog-win .dialog-body .textarea:-ms-input-placeholder {
color: #adadad;
font-size: 16px;
}
.dialog-win .dialog-body .form-button .button {
display: block;
width: 100%;
padding: 12px 60px;
font-size: 16px;
color: #fff;
line-height: 24px;
border: 0;
border-radius: 0;
background-color: #ff6f06;
cursor: pointer;
}
.dialog-win .dialog-body .information {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 128px;
}
.dialog-win .dialog-body .information .title{
font-size: 16px;
margin-top: 10px;
margin-bottom: 15px;
}
.dialog-win .dialog-body .information .information-box .weixin{
margin-top: 25px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.dialog-win-waimao {
position: fixed;
left: 50%;
top: 50%;
max-width: 640px;
max-height: 800px;
transform: translate(-50%, -50%);
z-index: 11;
}
.dialog-win-waimao .dialog {
display: none;
width: 640px;
border: 0 solid #ddd;
margin: 0 auto;
border-radius: 0;
box-shadow: 0 0px 20px rgba(0,0,0,0.3);
box-shadow: 0 3px 9px rgba(0,0,0,0.5);
border-radius: 4px;
background-color: #fff;
}
.dialog-win-waimao .dialog .dialog-head,.dialog .dialog-foot {
padding: 10px 20px
}
.dialog-win-waimao .dialog .dialog-head {
border-bottom: solid 1px #ddd;
background-color: #f5f5f5;
border-radius: 4px 4px 0 0
border-radius:0;font-size:18px;border-bottom:0;background:#fff;color:#000;
}
.dialog-win-waimao .dialog .dialog-head h3.title {
position: absolute;
font-size: 24px;
margin: 0;
top: 20px;
left: 30px;
}
.dialog-win-waimao .dialog .dialog-head strong {
font-size: 16px;
font-weight: normal
}
.dialog-win-waimao .dialog .dialog-head .close {
color: #999;
font-size: 16px;
opacity: unset;
position: absolute;
right: 15px;
top: 15px;
}
.dialog-win-waimao .dialog .dialog-body {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 40px 30px 25px 30px;
}
.dialog-win-waimao .dialog .dialog-body h3 {
font-size: 24px;
font-weight: 300;
color: #333;
margin-top: 0;
margin-bottom: 10px;
}
.dialog-win-waimao .dialog .dialog-foot {
text-align: right;
border-top: solid 1px #ddd
}
.dialog-win-waimao .dialog.open {
display: block
}
.dialog-win-waimao .dialog-body h3 {
font-size: 24px;
font-weight: 300;
color: #333;
margin-top: 0;
margin-bottom: 10px
}
.dialog-win-waimao .dialog-body .input {
height: 36px;
line-height: 24px;
padding: 0 12px;
border: 1px solid #ddd;
width: 100%;
font-size: 15px;
display: block;
border-radius: 0px;
-webkit-appearance: none;
transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
background: transparent;
}
.dialog-win-waimao .dialog-body .textarea {
padding: 10px 12px;
line-height: 24px;
width: 100%;
background: transparent;
border: 1px solid #ddd;
}
.dialog-win-waimao .dialog-body .label {
padding-bottom: 10px;
display: block;
line-height: 24px;
}
.dialog-win-waimao .dialog-body .label label {
font-weight: 400;
}
.dialog-win-waimao .dialog-body select {
padding: 0 30px 0 8px;
font-size: 15px;
color: #adadad;
border-radius: 0px;
height: 36px;
line-height: 34px;
border: solid 1px #ddd;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: url(/uploads/image/simages/select-arrow.png) no-repeat right center;
}
.dialog-win-waimao .dialog-body .input::-webkit-input-placeholder,
.dialog-win-waimao .dialog-body .textarea::-webkit-input-placeholder {
color: #adadad;
font-size: 15px;
}
.dialog-win-waimao .dialog-body .input:-moz-placeholder,
.dialog-win-waimao .dialog-body .textarea:-moz-placeholder {
color: #adadad;
font-size: 15px;
}
.dialog-win-waimao .dialog-body .input::-moz-placeholder,
.dialog-win-waimao .dialog-body .textarea::-moz-placeholder {
color: #adadad;
font-size: 15px;
}
.dialog-win-waimao .dialog-body .input:-ms-input-placeholder,
.dialog-win-waimao .dialog-body .textarea:-ms-input-placeholder {
color: #adadad;
font-size: 15px;
}
.dialog-win-waimao .dialog-body .form-button .button {
display: block;
width: 130px;
padding: 8px;
font-size: 16px;
color: #fff;
line-height: 24px;
border: 0;
border-radius: 0;
background-color: #ff6f06;
cursor: pointer;
}
.dialog-win-waimao .dialog-body .information {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 65px;
}
.dialog-win-waimao .dialog-body .information .title {
font-size: 16px;
margin-bottom: 10px;
}
.dialog-win-waimao .dialog-body .information .information-box .weixin {
margin-top: 25px;
display: flex;
flex-direction: column;
align-items: center;
}
.dialog-win-waimao .dialog-body .information .information-box .weixin span {
margin-top: 10px;
font-size: 13px;
color: #adadad;
}
@media screen and (max-width:768px) {
.dialog {
width: 320px;
}
.dialog .dialog-body {
padding: 20px 10px;
}
.dialog .dialog-body .blank-small {
height: 5px;
}
.dialog .dialog-body .form-group {
margin-bottom: 10px;
}
}
.layui-layer-btn .layui-layer-btn0 {
border-color: #f97720 !important;
background-color: #f97720 !important;
color: #fff !important;
}
/* 微信支付弹窗 */
.ey-modal-body {
padding: 24px;
}
.comp-wxpay {
text-align: center;
padding-bottom: 50px;
}
.comp-wxpay-order {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 20px;
padding-top: 10px;
padding-left: 200px;
color: #595959;
border-bottom: 1px solid #f3f3f3;
}
.comp-wxpay-order-title {
padding-bottom: 12px;
}
.comp-wxpay-order-desc-value {
color: #00c800;
font-size: 20px;
}
.comp-wxpay-order-desc-label, .comp-wxpay-order-title {
font-weight: 600;
}
.ey-loading {
display: flex;
flex-direction: column;
position: relative;
min-width: 28px;
min-height: 14px;
}
.ey-loading-content {
flex: 1;
min-height: 0;
}
.ey-loading:not(.ey-loading-loading)>.ey-loading-content {
transition: visibility 0s,opacity .3s;
}
.comp-wxpay-qrcode {
display: flex;
padding-top: 20px;
padding-left: 200px;
}
.comp-wxpay-qrcode-content-wrap {
margin-bottom: 5px;
}
.comp-wxpay-qrcode-content-notice {
line-height: 30px;
font-size: 12px;
color: #fff;
background-color: #00c800;
margin-top: 10px;
}
.comp-wxpay-qrcode-tip {
margin-left: 40px;
margin-top: -10px;
}
.comp-wxpay-qrcode-tip>img {
width: 200px;
height: 276px;
}
.comp-toaster {
position: fixed;
top: 0;
left: 0;
z-index: 20230516;
width: 100%;
}
.comp-toaster-notice {
height: 59px;
line-height: 59px;
text-align: center;
background: #fdecec;
color: red;
}
/* 文章详情页-相关推荐 */
.arc-course{
display: block;
margin-top:10px;
background-color:#fff;
}
.arc-course h4{
font-size:16px;
line-height:16px;
color: #333;
}
.arc-course-box{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
padding: 20px 0;
}
.arc-course-cnt{
width: calc((100% - 60px) / 4);
margin-right: 20px;
margin-bottom: 20px;
}
.arc-course-cnt:nth-of-type(4n 0) {
margin-right: 0;
}
.arc-course-cnt .cover{
width:100%;
height:230px;
display: block;
overflow: hidden;
text-align: center;
position: relative;
border: 1px solid #f3f3f3;
}
.arc-course-cnt .cover img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
max-width: 100%;
max-height:100%;
display:block !important;
}
.arc-course-cnt .tit{
font-size:14px;
display:block;
line-height:18px;
padding:8px 0px 4px 0px;
color:#333;
}
.doc-list {
margin: 50px 0 100px 0;
}
.doc-list .doc-item {
padding: 0;
background: #fbfbfb;
border-radius: 3px;
overflow: hidden;
text-align: left;
margin: 0 -5px;
margin-bottom: 15px;
display: inline-block;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.doc-list .doc-item .doc-img {
width: 100%;
position: relative;
text-align: center;
overflow: hidden;
}
.doc-list .doc-item .doc-img img{
width: 100%;
}
.doc-list .doc-item .doc-info {
padding: 15px;
}
.doc-list .doc-item .doc-info h4 {
margin: 6px 0;
line-height: 30px;
color: #444;
padding: 0;
font-size: 18px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
}
.doc-list .doc-item .doc-info h4 a{
color: #444;
font-size: 18px;
}
.doc-list .doc-item .doc-info .doc-intro {
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
color: #888;
height: 48px;
line-height: 1.7;
font-size: 14px;
}
.doc-list .doc-item .doc-info .doc-action {
padding: 10px 0;
text-align: center;
}
.doc-list .doc-item .doc-info .doc-action .btn {
display: inline-block;
padding: 6px 14px;
font-size: 12px;
color: #fff;
background: #ff6f06;
line-height: 1.5;
border-radius: 2px;
border: 1px solid transparent;
cursor: pointer;
}
.nav-son {
padding-top: 10px;
}
.nav-son .nav-son-links {
margin: 0 auto;
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 40px;
}
.nav-son .nav-son-links li {
margin: 0 5px;
width: 180px;
height: 40px;
font-size: 16px;
line-height: 38px;
color: #14212f;
text-align: center;
border: 1px solid #dddddd;
border-radius: 20px;
cursor: pointer;
}
.nav-son .nav-son-links li a {
display: block;
font-size: 16px;
color: #14212f;
cursor: pointer;
}
.nav-son .nav-son-links li.active {
color: #ffffff;
background: #ff6000;
border: 1px solid #ff6000;
box-shadow: 0px 0px 10px 1px rgba(68, 68, 68, 0.08);
border-radius: 20px;
box-sizing: border-box;
}
.nav-son .nav-son-links li.active a{
color: #ffffff;
}
.tabs {
padding-top: 10px;
}
.tabs .tab-links{
margin: 0 auto;
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.tabs .tab-links li {
margin: 0 5px;
width: 180px;
height: 40px;
font-size: 16px;
line-height: 38px;
color: #14212f;
text-align: center;
border: 1px solid #dddddd;
border-radius: 20px;
cursor: pointer;
}
.tabs .tab-links li.active {
color: #ffffff;
background: #ff6000;
border: 1px solid #ff6000;
box-shadow: 0px 0px 10px 1px rgba(68, 68, 68, 0.08);
border-radius: 20px;
box-sizing: border-box;
}
@media(min-width:768px) {
.doc-container {
width: 750px !important;
}
}
@media(min-width:992px) {
.doc-container {
width: 970px !important;
}
}
@media(min-width:1200px) {
.doc-container {
width: 1170px !important;
}
}
@media(max-width:431px) {
.ey-index-templates .content .widget-header {
height: 152px;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-header {
height: 152px;
}
.ey-index-templates .content .mall_mb .widget-header {
height: 152px;
}
.vip-fuwu-con .vip-fuwu {
padding: 20px 10px;
display: block;
}
.vip-fuwu-con .vip-fuwu .fuwu-pic {
display: none;
}
.vip-fuwu-con .vip-fuwu .fuwu-box h2 {
font-size: 20px;
line-height: 1.5;
}
.vip-fuwu-con .vip-fuwu .fuwu-box {
margin-left: 0;
margin-bottom: 20px;
overflow: unset;
text-overflow: unset;
white-space: unset;
}
.vip-fuwu-con .vip-fuwu .fuwu-lianxi {
width: 30%;
margin: 0 auto;
}
}
@media (max-width: 767px) {
.senior-list li {
width: 100%;
}
.senior-list li:nth-child(2) {
border-left: none;
border-right: none;
}
.ey-index-body .mgoum {
padding: 0px 30px;
display: flex;
justify-content: center;
}
.ey-index-body .mgoum .col-xs-12 {
width: 40%;
}
.cate-list li div.zhuanye {
height: 107px;
}
}
.no_row {
width: auto;
min-height: 600px;
text-align: center;
}
.no_row .no_pic img{
float: unset !important;
}
#ey_original_price{
font-size: 15px; color: rgb(153, 153, 153);
}