@CHARSET "UTF-8";
body {
    margin: 0;
    font-family: Roboto,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.63;
    color: #8c98a5;
    text-align: left;
    background-color: #fff;
}
body {
    min-width: 320px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.3;
    color: #566c81;
    margin-top: 0;
}
b, strong {
    font-weight: bolder;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
body {
    display: block;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.overflow-hidden {
    overflow: hidden;
}
.pigment-gradient {
    background: linear-gradient(-45deg, #087f5b, #57bda1);
}
.jumbotron, .jumbotron h1, .jumbotron h2, .jumbotron h3 {
    color: #fff;
}
.jumbotron {
    position: relative;
    z-index: 0;
    padding: 3.5625rem 0 1rem;
    border-radius: 0;
}
.jumbotron:not(.no-bg-shapes)::before {
    background: url(../img/features/jumbotron-shapes.svg) no-repeat center;
    background-size: cover;
}

.jumbotron::before {
    pointer-events: none;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
@media (min-width: 576px){
	.col-sm-1 {
	    max-width: 8.333333%;
	}
	.col-sm-11 {
	    max-width: 91.666667%;
	}
	.col-sm-1 {
	    /* flex: 0 0 8.333333%; */
	    max-width: 8.333333%;
	}
}
@media (min-width: 768px){
	.text-md-left {
	    text-align: left !important;
	}
	h2, .h2 {
    	font-size: 1.75rem;
	}
	h3, .h3 {
	    font-size: 1.25rem;
	}
	h4, .h4 {
	    font-size: 1.125rem;
	}
	.offset-md-1 {
	    margin-left: 8.333333%;
	}
}
.img-fluid{
	max-width: 100%;
    height: auto;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-blank {
    color: #fff;
    background: #f60;
    border-color: #f60;
    cursor: pointer;
}
.pigment-color,.pigment-color:focus {
    color: #fff;
}
a.pigment-color:HOVER {
	color:#fff;
	background: #f60;
	border-color:#f60;
}
.p-0 {
    padding: 0 !important;
}
.pt-1, .py-1 {
    padding-top: .25rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* ol li{ */
/* width:33% !important; */
/* } */
.bg-dark {
    background: url(../img/features/bg-dark.svg) no-repeat bottom;
    background-size: cover;
}
.bg-dark {
    background-color: #566c81 !important;
}
@media (min-width: 992px){
	.text-lg-left {
	    text-align: left !important;
	}
	.offset-lg-1 {
	    margin-left: 8.333333%;
	}
	.col-lg-7 {
	    flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
	.col-lg-4 {
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
}
.bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3, .bg-navy h1, .bg-navy .h1, .bg-navy h2, .bg-navy .h2, .bg-navy h3, .bg-navy .h3 {
    color: #fff;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
/* .embed-responsive-16by9::before { */
/*     padding-top: 56.25%; */
/* } */

.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height: 100%;
	border:0;
}
.bg-light {
    background-color: #f7f7f9 !important;
}
.text-left {
    text-align: left !important;
}
.shine-effect {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all .15s ease-in-out;
}
.shine-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    opacity: 1;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.shine-effect:HOVER:before{
	animation:mymove 1s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;

    /* Safari 和 Chrome */
    -webkit-animation-iteration-count:1;
    -webkit-animation-fill-mode:forwards;

	-webkit-animation:mymove 1s;
	animation-fill-mode:forwards;
}
@keyframes mymove
{
from {left:-100%;}
to {left:100%;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:-100%;}
to {left:100%;}
}
.bg-light-tilt {
    position: relative;
}