@import url("base.css");

.container {
    width: auto; }

.header {
    padding-bottom: 150px; }
.header .header-content {
    max-width: 900px;
    margin: auto;
    text-align: center; }
.header .header-content .logo {
    width: 150px;
    margin: auto;
    margin-top: 150px; }
.header .header-content .logo img {
    width: 100%; }
.header .header-content .headline {
    margin-top: 50px;
    font-size: 2em;
    font-weight: 300;
    padding: 40px; }
.header .header-content .steps .step {
    position: relative;
    padding: 0 30px; }
.header .header-content .steps .step .step-arrow {
    position: absolute;
    right: -15px;
    top: 0;
    padding-top: 165px;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.3); }
.header .header-content .steps .step .step-desc {
    margin-top: 70px;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.5); }
.header .header-content .steps .step .step-img {
    display: block;
    max-width: 300px;
    margin: auto;
    margin-top: 50px;
    padding-left: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.header .header-content .steps .step .step-img:hover {
    opacity: 0.6; }
.header .header-content .steps .step .step-img.problem {
    padding: 0 50px; }
.header .header-content .steps .step .step-img.export {
    padding: 0 50px; }
.header .header-content .steps .step .step-img img {
    max-width: 100%;
    pointer-events: none; }

.content-body {
    background-color: #006699;
    color: #fff;
    padding: 100px;
    position: relative;
    margin-top: 50px; }
.content-body .content-bg {
    background-image: url("/img/bg.jpg");
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6; }
.content-body .details-content {
    max-width: 600px;
    margin: auto;
    position: relative;
    padding: 0; }
.content-body .details-content .details-line {
    width: 3px;
    height: 66%;
    top: 10px;
    left: -56px;
    background-color: #fff;
    position: absolute; }
.content-body .detail-step {
    padding-bottom: 150px;
    position: relative; }
.content-body .detail-step .step-dot {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 40px;
    position: absolute;
    left: -70px;
    top: 5px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.content-body .detail-step .head {
    font-size: 1.5em;
    font-weight: 300; }
.content-body .detail-step .desc {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.content-body .detail-step:hover .step-dot {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }
.content-body .detail-step:hover .desc {
    color: #fff; }
.content-body .footer {
    position: relative;
    text-align: center; }
.content-body .footer .footer-content {
    padding: 100px 0;
    border-top: 1px solid #fff;
    max-width: 800px;
    margin: auto; }
.content-body .footer .footer-content .footer-prompt {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 50px; }
.content-body .footer .footer-content .footer-button {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 3px;
    padding: 20px;
    display: inline-block;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.content-body .footer .footer-content .footer-button:hover {
    background-color: #fff;
    color: #aaa;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }

img {
    max-width: 100%; }

.feature-row {
    padding: 40px 20px;
    max-width: 1400px;
    margin: auto; }
.feature-row .feature-img {
    border-radius: 3px;
    overflow: auto;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }

.feature-section {
    padding: 20px; }
.feature-section .feature-icon {
    max-width: 400px;
    margin: auto; }
.feature-section .feature-header {
    max-width: 400px;
    margin: auto;
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.2em;
    text-align: center; }

/*# sourceMappingURL=style.css.map */
.foot .inner {
    padding-bottom: 10px;
    color: #9e9f9f;
    border-top: 1px solid #e6e6e6;
    font-size: 12px;
}

.inner.wrp {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.foot .inner:after {
    content: "â€‹200B";
    display: block;
    height: 0;
    clear: both;
}
.copyright {
    float: left;
    line-height: 14px;
}
.links.ft {
    text-align: right;
}
.links {
    font-size: 0;
}
ul, ol {
    padding-left: 0;
    list-style-type: none;
}
.links.ft .links_item {
    font-size: 12px;
}
.links_item:first-child {
    border-left-width: 0;
}
.links_item {
    display: inline-block;
    font-size: 12px;
    padding: 0 1em;
    line-height: 1em;
    border-left: 1px solid;
}
.links_item a{
    color:#fff;
}

