:root {
    --qw-text-0: #000;
    --qw-text-1: #15221D;
    --qw-bg-0: #FAFAFA;
    --qw-bg-1: #fff;
    --qw-bg-2: #39EE61;
}
body {
    font-family: Avenir,Helvetica,Arial,sans-serif;
}
.app {
    overflow: hidden;
    position: relative;
}
.qw-nav {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .qw-nav .title {
        width: 50%;
    }
    .qw-nav .title img {
        width: 100%;
        height: auto;
    }
}
.qw-nav .qw-button {
    width: 100px;
    border: none;
    height: 44px;
}
.container {
    display: flex;
    margin: 0 auto;
    max-width: 1152px;
    padding: 0 20px;
}
.text-center {
    text-align: center;
    font-size: 32px;
}
.qw-feature {
    background: url("/images/bg-01.png") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 5vh;
}
.qw-feature .qw-header {
    display: flex;
    padding-top: 170px;
    flex-wrap: nowrap;
    flex-direction: inherit;
    justify-content: space-between;
    align-items: center;
}
.qw-feature .qw-header img {
    width: 50%;
}
.qw-feature .qw-header .qw-button {
    /*width: 50%;*/
    width: 152px;
    height: 50px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #FFFFFF;
}
.qw-feature .details {
    width: 480px;
}

.qw-feature .name {
    font-size: 52px;
    color: var(--qw-text-1);
}

.qw-feature .tagline {
    font-size: 16px;
    color: var(--qw-text-1);
}
.qw-feature .qw-speech {
    /*padding-top: 360px;*/
    padding-top: 6vh;
}
.qw-speech {
    flex-direction: column;
}
.qw-speech .text-center{
    color: var(--qw-text-0);
}
.qw-speech img{
    width: 160px;
    margin: 0 auto;
}
.qw-speech p{
    text-align: center;
    color: var(--qw-text-1);
    font-size: 13px;
    padding-top: 10px;
}
.qw-inspire {
    padding-top: 55px;
    flex-direction: column;
}
.qw-inspire ul {
    display: flex;
    justify-content: space-around;
}
.qw-inspire li {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.qw-inspire li span{
    width: 140px;
    height: 100px;
    border-radius: 120px;
    background: var(--qw-bg-0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.qw-inspire li h2 {
    color: var(--qw-text-0);
    font-size: 20px;
    padding-top: 20px;
}
@media (max-width: 960px) {
    .qw-feature .qw-header {
        flex-direction: column-reverse;
    }
    .qw-feature .details {
        width: 100%;
        text-align: center;
    }
    .qw-feature .name {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .qw-inspire ul {
        flex-direction: column;
    }
    .qw-inspire li {
        /*width: 100%;*/
    }
}
.qw-dialogue {
    background: var(--qw-bg-0);
    padding: 6vh 0 240px;
}
.qw-dialogue ul {
    background: url("/images/bg-03.png") no-repeat;
    background-size: contain;
    padding-top: 450px;
    list-style: none;
    flex-wrap: nowrap;
    position: relative;
    left: -120px;
}
.qw-dialogue ul li {
    width: 33.3%;
    position: absolute;
    bottom: -142px;
}
.qw-dialogue ul li img{
    width: 56px;
}
.qw-dialogue ul li h2{
    font-size: 20px;
    color: var(--qw-text-1);
}
.qw-dialogue ul li p{
    font-size: 16px;
    color: var(--qw-text-1);
}
.qw-dialogue ul li:nth-child(1) {
    left: -20px;
}
.qw-dialogue ul li:nth-child(2) {
    left: 504px;
}
.qw-dialogue ul li:nth-child(3) {
    right: -276px;
}
.qw-dialogue-img {
    display: none;
    text-align: center;
}
.qw-dialogue-img img {
    width: 70%;
}
@media (max-width: 1500px) {
    .qw-dialogue {
        padding-bottom: 6vh;
    }
    .qw-dialogue-img {
        display: block;
    }
    .qw-dialogue ul {
        background: none;
        padding-top: 0;
        display: flex;
        left: 0;
    }
    .qw-dialogue ul li {
        position: initial;
    }
}
@media (max-width: 768px) {
    .qw-dialogue ul {
        flex-direction: column;
        align-items: center;
    }
    .qw-dialogue ul li {
        width: 100%;
    }
}
.qw-scenario {
    padding: 6vh 0;
    background: url("/images/bg-04.png") no-repeat;
    background-size: cover;
    background-position: 50% 30%;
}
.qw-scenario-content {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 6vh;
    align-items: center;
    justify-content: space-between;
}
.qw-scenario-content>* {
    width: 48%;
}
.qw-scenario-content .details ul {
    width: 70%;
    list-style: none;
}
.qw-scenario-content .details li {
    padding: 20px 0;
    position: relative;
}
.qw-scenario-content .details li::before {
    content: " ";
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    background: var(--qw-text-1);
}
.qw-scenario-content .details h2 {
    color: var(--qw-text-1);
    font-size: 20px;
}
.qw-scenario-content .details p {
    color: var(--qw-text-1);
    font-size: 16px;
}
@media (max-width: 960px) {
    .qw-scenario-content {
        flex-direction: column;
    }
    .qw-scenario-content .details {
        width: 80%;
    }
    .qw-scenario-content .details ul {

        margin: 0 auto;
    }
}
.qw-footer .top {
    background: url("/images/bg-06.png") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-top: 30px;
    height: 376px;
    position: relative;
}
.qw-footer .bottom {
    color: var(--qw-text-0);
    opacity: .5;
    font-size: 12px;
    padding: 140px 0 60px;
}
.qw-footer .bottom footer {
    justify-content: center;
}
.qw-footer-img {
    justify-content: flex-end;
    align-items: center;
    max-width: 440px;
    margin: 0 auto;
}
.qw-footer-img img {
    margin-left: 20px;
}
.qw-form {
    max-width: 440px;
    box-sizing: border-box;
    flex-wrap: wrap;
    background: var(--qw-bg-1);
    box-shadow: 0px 0px 30px 0px rgba(79,76,217,0.1);
    border-radius: 24px 24px 24px 24px;
    padding: 50px;
    /*margin-top: 24px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    bottom: -100px;
}
.qw-field {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);
    padding: 1px 0;
    margin-bottom: 20px;
}
.qw-field label {
    /*width: 80px;*/
    flex: 0 0 100px;
    color: #999;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
.qw-field label img {
    width: 16px;
}
.qw-field input {
    height: 54px;
    line-height: 54px;
    /*width: 100%;*/
    flex: 1 1 auto;
}
input {
    outline: 0;
    border: none;
}
.qw-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: none;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    background: var(--qw-bg-2);
    border-radius: 50px;
    padding: 0 20px;
}
.qw-button:hover,.qw-button:focus {
    cursor: pointer;
}
.qw-form .qw-button {
    width: 340px;
    margin: 0 auto;
    height: 50px;
    color: var(--qw-text-1);
    box-shadow: 0px 0px 24px 0px rgba(54,54,54,0.15);
}
.error-message {
    color: red;
    font-size: 12px;
    margin: 5px 0 0 100px;
    flex: 0 0 100%;
}
