[v-cloak] {
    display: none !important
}

.wrap {
    width: 100%;
    min-height: 100vh;
    background: #FFFFFF;
    font-size: 14px;
    color: #353535
}

.wrap .myVue {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #a8cdf3 url(../img/bg1.png) no-repeat center;
    background-size: cover;
    margin: 0 auto
}

.wrap .myVue .saasTipBox {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    padding: 0 20px
}

.wrap .myVue .saasTipBox .saasTip {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    transform: translateY(-40px);
    animation: 2s tipKeyframes;
    background: rgba(0, 0, 0, 0.65);
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 6px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.wrap .myVue .saasTipBox .saasTip .tipImg {
    margin-right: 10px
}

.wrap .myVue .saasTipBox .saasTip .tipImg img {
    display: block
}

@media screen and (max-width: 780px) {
    .wrap .myVue .saasTipBox .saasTip {
        padding: 0 10px;
        line-height: 20px;
        height: 30px;
        white-space: nowrap
    }
}

.wrap .myVue .queryBgView {
    width: 100%;
    max-width: 1588px;
    margin: 0 auto;
    /* height: 100%; */
    height: 90vh;
    overflow: hidden;
    /* display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; */
    padding: 0 170px;
    box-sizing: border-box
}


@media screen and (max-width: 780px) {
    .wrap .myVue .queryBgView {
        padding: 0
    }
}

.wrap .myVue .queryView {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    max-height: 762px;
    margin: 10vh 0 0 0;
    height: 70%
}

.wrap .myVue .queryView .queryLeft {
    max-width: 700px;
    min-width: 330px;
    width: 43%;
    height: 100%;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover
}

@media screen and (max-width: 780px) {
    .wrap .myVue .queryView .queryLeft {
        display: none
    }
}

.wrap .myVue .queryView .queryRight {
    max-width: 900px;
    min-width: 445px;
    width: 57%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF
}

.wrap .myVue .queryView .queryRight .queryInfo {
    width: 73%;
    overflow: hidden
}

.wrap .myVue .queryView .queryRight .queryInfo .queryTitle {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.wrap .myVue .queryView .queryRight .queryInfo .queryTitle .iconImg {
    width: 12%;
    max-width: 75px
}

.wrap .myVue .queryView .queryRight .queryInfo .queryTitle .iconImg img {
    display: block;
    width: 100%;
    height: auto
}

.wrap .myVue .queryView .queryRight .queryInfo .queryTitle .title {
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px
}

.wrap .myVue .queryView .queryRight .queryInfo .queryTip {
    font-size: 12px;
    color: #999999;
    padding: 20px 0 15px 0;
    text-align: right
}

.wrap .myVue .queryView .queryRight .queryInfo .inputInfo {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 0 80px;
    box-sizing: border-box
}

.wrap .myVue .queryView .queryRight .queryInfo .inputInfo .tipDesc {
    width: 80px;
    line-height: 40px;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0
}

.wrap .myVue .queryView .queryRight .queryInfo .inputInfo .inputBox {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px
}

.wrap .myVue .queryView .queryRight .queryInfo .inputInfo .inputBox ::-webkit-input-placeholder {
    color: #ccc
}

.wrap .myVue .queryView .queryRight .queryInfo .inputInfo .inputBox :-moz-placeholder {
    color: #ccc
}

.wrap .myVue .queryView .queryRight .queryInfo .inputInfo .inputBox ::-moz-placeholder {
    color: #ccc
}

.wrap .myVue .queryView .queryRight .queryInfo .inputInfo .inputBox :-ms-input-placeholder {
    color: #ccc
}

.wrap .myVue .queryView .queryRight .queryInfo .inputInfo .inputBox input {
    width: 100%;
    overflow: hidden;
    outline: none;
    border: 1px solid #e6e6e6;
    background: none;
    height: 100%;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box
}

.wrap .myVue .queryView .queryRight .queryInfo .queryBtn {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    cursor: pointer
}

.wrap .myVue .queryView .queryRight .queryInfo .queryBtn span {
    display: block;
    width: 70%;
    height: 40px;
    line-height: 40px;
    background: #57a0ec;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer
}

@media screen and (max-width: 780px) {
    .wrap .myVue .queryView .queryRight {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
    .wrap .myVue .queryView .queryRight .queryInfo {
        width: 90%
    }
}
.wrap .myVue  .footer {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #E6E6E6;
    padding: 0 20px;
    box-sizing: border-box
}

.wrap .myVue  .footer .leftText {
    float: left
}

.wrap .myVue  .footer .rightText {
    float: left
}
.wrap .myVue .resultView {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto
}

.wrap .myVue .resultView .resultTop {
    width: 100%;
    height: 17%;
    max-height: 180px;
    overflow: hidden;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover
}

.wrap .myVue .resultView .resultTop .topBox {
    width: 73%;
    max-width: 1400px;
    max-height: 180px;
    height: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center
}

.wrap .myVue .resultView .resultTop .topBox .iconImg {
    width: auto;
    height: 43%
}

.wrap .myVue .resultView .resultTop .topBox .iconImg img {
    display: block;
    height: 100%
}

.wrap .myVue .resultView .resultTop .topBox .title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px
}

.wrap .myVue .resultView .resultContain {
    width: 73%;
    margin: 0 auto;
    max-width: 1400px;
    min-height: 700px
}

.wrap .myVue .resultView .resultContain .resultList {
    width: 100%;
    overflow: hidden
}

.wrap .myVue .resultView .resultContain .resultList .resultBox {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 4px
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .resultTitle {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #c4ecfa;
    color: #4d88dd
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .resultTitle span {
    padding-left: 14px
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .resultInfo {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    background: #e9f7fc;
    padding: 30px;
    box-sizing: border-box
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .infoLeft {
    /* width: 30%; */
    width: 20%;
    overflow: hidden;
    float: left
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .infoLeft img {
    width: 100%;
    display: block;
    height: auto
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .infoRight {
    width: 70%;
    padding: 0 0 0 20px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .infoRight .rightBox {
    width: 100%
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .infoRight .info {
    width: 50%;
    float: left;
    padding-bottom: 20px
}

.wrap .myVue .resultView .resultContain .resultList .resultBox .infoRight .info:nth-last-of-type(1) {
    padding-bottom: 0
}

@media screen and (max-width: 780px) {
    .wrap .myVue .resultView .resultContain {
        width: 90%
    }
    .wrap .myVue .resultView .resultContain .resultList .resultBox .resultInfo {
        padding: 20px;
        display: block
    }
    .wrap .myVue .resultView .resultContain .resultList .resultBox .resultInfo .infoLeft {
        width: 100%
    }
    .wrap .myVue .resultView .resultContain .resultList .resultBox .resultInfo .infoRight {
        width: 100%;
        padding: 20px 0 0 0
    }
    .wrap .myVue .resultView .resultContain .resultList .resultBox .resultInfo .infoRight .info {
        width: 100%
    }
}

.wrap .myVue .resultView .footer {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #E6E6E6;
    padding: 0 20px;
    box-sizing: border-box
}

.wrap .myVue .resultView .footer .leftText {
    float: left
}

.wrap .myVue .resultView .footer .rightText {
    float: left
}

@keyframes tipKeyframes {
    0% {
        transform: translateY(-40px);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    20% {
        transform: translateY(40px)
    }
    85% {
        transform: translateY(40px)
    }
    90% {
        opacity: 1
    }
    95% {
        opacity: 0
    }
    100% {
        transform: translateY(-40px);
        opacity: 0
    }
}

@-moz-keyframes tipKeyframes {
    0% {
        transform: translateY(-40px);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    20% {
        transform: translateY(40px)
    }
    85% {
        transform: translateY(40px)
    }
    90% {
        opacity: 1
    }
    95% {
        opacity: 0
    }
    100% {
        transform: translateY(-40px);
        opacity: 0
    }
}

@-webkit-keyframes tipKeyframes {
    0% {
        transform: translateY(-40px);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    20% {
        transform: translateY(40px)
    }
    85% {
        transform: translateY(40px)
    }
    90% {
        opacity: 1
    }
    95% {
        opacity: 0
    }
    100% {
        transform: translateY(-40px);
        opacity: 0
    }
}

@-o-keyframes tipKeyframes {
    0% {
        transform: translateY(-40px);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    20% {
        transform: translateY(40px)
    }
    85% {
        transform: translateY(40px)
    }
    90% {
        opacity: 1
    }
    95% {
        opacity: 0
    }
    100% {
        transform: translateY(-40px);
        opacity: 0
    }
}


/*# sourceMappingURL=index.css.map */