body {
    background-color: #FFFFFF;
}
section.page {
    background-color: #b9a3e9;
}
section.main-wrap {
    position: relative;
    width: 100%;
}

img.order_btn {
    position: absolute;
    top: 2.412rem;
    right: 0;
    width: 0.553rem;
    height: auto;
    z-index: 99;
}

div.banner-wrap {
    width: 100%;
    margin-bottom: -4.118rem;
}

div.banner-wrap img.banner {
    display: block;
    width: 100%;
    height: auto;
}
img.start-btn {
    display: block;
    width: 90%;
    height: auto;
    margin-bottom: 0.353rem;
}
img.start-zoom{
    -webkit-animation: zoom 1s linear infinite alternate;
    -o-animation: zoom 1s linear infinite alternate;
    animation: zoom 1s linear infinite alternate;
}
@keyframes zoom {
    form {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes zoom {
    form {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
div.content-wrap img.image-title{
    position: absolute;
    top: 0.129rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    height: 0.588rem;
    width: auto;
}
div.content-wrap img.intro-text{
    display: block;
    height: auto;
    align-self: flex-start;
}

div.content-wrap img.parse-intro-text {
    width: 98%;
}
div.content-wrap img.guide-intro-text{
    width: 100%;
}
div.content-wrap img.step-intro-text{
    width: 88%;
}
div.content-wrap img.list-intro-text{
    width: 98%;
}



div.content-wrap .ask{background:url(../images/icon-ask.png) left top no-repeat;padding-left:0.647059rem;font-size:0.264706rem;background-size:0.470588rem auto;font-weight: bold;margin-bottom:0.294118rem;    width: 100%;
    min-height: 0.6rem;}
div.content-wrap .answer{background:url(../images/icon-answer.png) left top no-repeat;padding-left:0.647059rem;font-size:0.264706rem;background-size:0.470588rem auto;padding-bottom:0.294118rem;margin-bottom:0.294118rem;border-bottom:1px solid #ffce7f;    width: 100%;
    min-height: 0.6rem;}